Home | History | Annotate | Download | only in common

Lines Matching refs:TestSessionExecutor

49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx)
62 TestSessionExecutor::~TestSessionExecutor (void)
66 bool TestSessionExecutor::iterate (void)
156 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage)
164 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage)
182 void TestSessionExecutor::enterTestGroup (const std::string& casePath)
187 void TestSessionExecutor::leaveTestGroup (const std::string& casePath)
192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath)
238 void TestSessionExecutor::leaveTestCase (TestCase* testCase)
290 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase)