Home | History | Annotate | Download | only in tools

Lines Matching refs:TestExecutor

200 class TestExecutor
203 TestExecutor (TestContext& testCtx);
204 ~TestExecutor (void);
213 TestExecutor::TestExecutor (TestContext& testCtx)
218 TestExecutor::~TestExecutor (void)
222 void TestExecutor::runCases (const std::vector<TestCase*>& testCases)
266 bool TestExecutor::runCase (TestCase* testCase)
909 TestExecutor executor(testCtx);
924 TestExecutor executor(testCtx);