-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aaron C. Meadows edited this page Jun 10, 2017
·
16 revisions
UnitTest++ is a lightweight unit testing framework for C++.
It was designed to do test-driven development on a wide variety of platforms. The primary drivers are four-fold:
- Simplicity
- Portability
- Speed (both compilation and runtime)
- Small footprint
Writing and Running Your First Test