Searched refs:TestSessionExecutor (Results 1 – 4 of 4) sorted by relevance
49 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor() function in tcu::TestSessionExecutor62 TestSessionExecutor::~TestSessionExecutor (void) in ~TestSessionExecutor()66 bool TestSessionExecutor::iterate (void) in iterate()156 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage) in enterTestPackage()164 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage) in leaveTestPackage()182 void TestSessionExecutor::enterTestGroup (const std::string& casePath) in enterTestGroup()187 void TestSessionExecutor::leaveTestGroup (const std::string& casePath) in leaveTestGroup()192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()238 void TestSessionExecutor::leaveTestCase (TestCase* testCase) in leaveTestCase()290 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase) in iterateTestCase()
61 class TestSessionExecutor class64 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);65 ~TestSessionExecutor(void);
40 class TestSessionExecutor;94 TestSessionExecutor* m_testExecutor;
116 m_testExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in App()