#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 | runTest (RunSuite &s, int test) |
| void | runFrom (int suite, int test) |
Public Attributes | |
| RunSuite * | suites |
| int | suiteCount |
| FILE * | status |
| wibble::sys::Pipe | confirm |
| RunSuite* RunAll::findSuite | ( | std::string | name | ) | [inline] |
| void RunAll::waitForAck | ( | ) | [inline] |
References assert_eq, confirm, and wibble::sys::Pipe::nextLineBlocking().
Referenced by runSuite(), and runTest().
| void RunAll::runSuite | ( | RunSuite & | s, | |
| int | fromTest, | |||
| int | suite, | |||
| int | suiteCount | |||
| ) | [inline] |
References RunTest::name, RunSuite::name, RunTest::run, status, RunSuite::testCount, RunSuite::tests, and waitForAck().
Referenced by Main::child(), and runFrom().
| void RunAll::runTest | ( | RunSuite & | s, | |
| int | test | |||
| ) | [inline] |
References RunTest::name, RunSuite::name, RunTest::run, status, RunSuite::tests, and waitForAck().
Referenced by Main::child().
| void RunAll::runFrom | ( | int | suite, | |
| int | test | |||
| ) | [inline] |
Referenced by findSuite(), Main::main(), and runFrom().
Referenced by findSuite(), Main::main(), and runFrom().
| FILE* RunAll::status |
Referenced by Main::child(), runSuite(), and runTest().
Referenced by Main::child(), and waitForAck().
1.5.6