1#ifndef JON_TEST_COUNT_H
2#define JON_TEST_COUNT_H
Count of tests run, and fails.
Count & operator+=(const Count &right)
Add another Count into this one, as Count += right.
int fails
Number of tests that have failed.
int count
Number of tests that have been run.