blob: 129d16dcc599a33cda625c84de3e3491ed042f62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
Documentation
-------------
[[Building Using CMake]]
[[Writing and Running Your First Test]]
[[Writing More Tests With the Bowling Game Kata]]
[[Macro Reference]]
|