22 #ifndef ROBOTTESTINGFRAMEWORK_TESTRUNNER_H 23 #define ROBOTTESTINGFRAMEWORK_TESTRUNNER_H 96 #endif // ROBOTTESTINGFRAMEWORK_TESTRUNNER_H
void interrupt()
interrupt interrupts the current test run
The TestResult class is used to deliver the test results including any error and failures produced by...
void run(TestResult &result)
Run all the tests in the list.
void addTest(Test *test)
Adding a new test.
The simplest form of a test unit.
std::vector< Test * > TestContainer
virtual ~TestRunner()
TestRunner destructor.
std::vector< Test * >::iterator TestIterator
The TestRunner class runs the tests added as TestCase or TestSuite.
void reset()
Clear the test list.
void removeTest(Test *test)
Remove a test.
TestRunner()
TestRunner constructor.