libept
0.5.25
|
#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.
Referenced by Main::child().
|
inline |
References runSuite(), and suiteCount.
Referenced by Main::child().
|
inline |
References RunTest::name, RunSuite::name, RunTest::run, RunSuite::testCount, RunSuite::tests, and waitForAck().
Referenced by Main::child(), and runFrom().
|
inline |
Referenced by runSuite().
FILE * RunAll::confirm |
Referenced by Main::child().
FILE* RunAll::status |
Referenced by Main::child().
int RunAll::suiteCount |
Referenced by findSuite(), Main::main(), and runFrom().
RunSuite* RunAll::suites |
Referenced by Main::main().