static TestSuite * instance()
Retrieve the instance.
virtual ~TestInstance()
Destructor.
String m_name
Name of the test instance.
const String & getName() const
Retrieve test instance name.
TestInstance(const char *name)
Class constructor.
void addTest(TestInstance *test)
Add a test.