libept
|
#include <test-runner.h>
Public Member Functions | |
RunSuite * | findSuite (std::string name) |
void | waitForAck () |
void | runSuite (RunSuite &s, int fromTest, int suite, int suiteCount) |
void | runFrom (int suite, int test) |
Public Attributes | |
RunSuite * | suites |
int | suiteCount |
FILE * | status |
FILE * | confirm |
|
inline |
References suiteCount, and suites.
Referenced by Main::child().
|
inline |
References runSuite(), suiteCount, and suites.
Referenced by Main::child().
|
inline |
References RunTest::name, RunSuite::name, RunTest::run, status, RunSuite::testCount, RunSuite::tests, and waitForAck().
Referenced by Main::child(), and runFrom().
|
inline |
References confirm.
Referenced by runSuite().
FILE * RunAll::confirm |
Referenced by Main::child(), and waitForAck().
FILE* RunAll::status |
Referenced by Main::child(), and runSuite().
int RunAll::suiteCount |
Referenced by findSuite(), Main::main(), and runFrom().
RunSuite* RunAll::suites |
Referenced by findSuite(), Main::main(), and runFrom().