#include <Test.h>
Inheritance diagram for Test:
Public Member Functions | |
Test (void) | |
Test (const std::string &n) | |
Test (const std::string &n, TestSuite *s) | |
virtual | ~Test (void) |
const std::string & | getName (void) |
TestSuite * | getSuite (void) |
virtual void | run (void)=0 |
Private Attributes | |
std::string | Name |
TestSuite * | Suite |
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in TestCategoryCaller< UTType >, TestSuite, and UnitTest. |
|
|
|
|