#include <TestStat.h>
Public Methods | |
TestStat () | |
TestStat (int pass, int test) | |
TestStat & | operator+= (const TestStat &t) |
void | incPass () |
void | incFail () |
void | incFail (std::string s) |
bool | operator! () const |
void | reset () |
int | npass () const |
int | ntest () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|