wibble
1.1
|
#include <test-runner.h>
Public Member Functions | |
int | findTest (std::string name) |
Public Attributes | |
const char * | name |
RunTest * | tests |
int | testCount |
|
inline |
References name, testCount, and tests.
Referenced by Main::child().
const char* RunSuite::name |
Referenced by findTest(), RunAll::runSuite(), and RunAll::runTest().
int RunSuite::testCount |
Referenced by findTest(), and RunAll::runSuite().
RunTest* RunSuite::tests |
Referenced by findTest(), RunAll::runSuite(), and RunAll::runTest().