Searched refs:TestSessionExecutor (Results 1 – 4 of 4) sorted by relevance
48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) in TestSessionExecutor() function in tcu::TestSessionExecutor59 TestSessionExecutor::~TestSessionExecutor (void) in ~TestSessionExecutor()63 bool TestSessionExecutor::iterate (void) in iterate()150 void TestSessionExecutor::enterTestPackage (TestPackage* testPackage) in enterTestPackage()157 void TestSessionExecutor::leaveTestPackage (TestPackage* testPackage) in leaveTestPackage()163 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()209 void TestSessionExecutor::leaveTestCase (TestCase* testCase) in leaveTestCase()261 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase) in iterateTestCase()
60 class TestSessionExecutor class63 TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx);64 ~TestSessionExecutor(void);
40 class TestSessionExecutor;86 TestSessionExecutor* m_testExecutor;
115 m_testExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in App()