18#ifndef __LIBTEST_TESTSUITE_H
19#define __LIBTEST_TESTSUITE_H
Simple linked list template class.
Singleton design pattern: only one instance is allowed.
Represents a test instance.
Maintains a list of test instances.
void addTest(TestInstance *test)
Add a test.
List< TestInstance * > * getTests()
Retrieve a list of all tests.
List< TestInstance * > m_tests
List of TestInstances in the suite.
TestSuite()
Class constructor.