Lines Matching refs:TestCaseWrapper
35 class TestCaseWrapper : public tcu::TestCaseExecutor
38 TestCaseWrapper(void);
39 ~TestCaseWrapper(void);
46 TestCaseWrapper::TestCaseWrapper(void)
50 TestCaseWrapper::~TestCaseWrapper(void)
54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
59 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
83 return new config::TestCaseWrapper();