|
Jon Test
C++ Unit Test Tool. Not for production -- sample code only
|
Count of tests run, and fails. More...
#include <Count.h>

Public Member Functions | |
| Count & | operator+= (const Count &right) |
| Add another Count into this one, as Count += right. | |
Public Attributes | |
| int | count = 0 |
| Number of tests that have been run. | |
| int | fails = 0 |
| Number of tests that have failed. | |
Count of tests run, and fails.
| int JonTest::Count::count = 0 |
| int JonTest::Count::fails = 0 |
Number of tests that have failed.