Home | History | Annotate | Download | only in common

Lines Matching defs:TestExecutor

43 TestExecutor::TestExecutor (TestContext& testCtx, const CommandLine& cmdLine)
69 TestExecutor::~TestExecutor (void)
81 void TestExecutor::enterTestPackage (TestPackage* testPackage, const char* packageName)
115 void TestExecutor::leaveTestPackage (TestPackage* testPackage)
143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath)
149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup)
168 bool TestExecutor::enterTestCase (TestCase* testCase, const char* casePath)
192 void TestExecutor::leaveTestCase (TestCase* testCase)
231 bool TestExecutor::iterate (void)
400 print("TestExecutor::iterateSession(): Caught unhandled %s: %s\n", typeid(e).name(), e.what());