Public Member Functions | |
TestCase () | |
virtual | ~TestCase () |
void | run (TestResult &result) |
virtual const char * | testName () const =0 |
Protected Attributes | |
TestResult * | result_ |
TestCase | ( | ) |
~TestCase | ( | ) | [virtual] |
void run | ( | TestResult & | result | ) |
virtual const char* testName | ( | ) | const [pure virtual] |
TestResult* result_ [protected] |