Lines Matching refs:TestCaseWrapper
37 class TestCaseWrapper : public tcu::TestCaseExecutor
40 TestCaseWrapper(void);
41 ~TestCaseWrapper(void);
48 TestCaseWrapper::TestCaseWrapper(void)
52 TestCaseWrapper::~TestCaseWrapper(void)
56 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
61 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
66 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
85 return new nodefaultcontext::TestCaseWrapper();