Lines Matching refs:TestCaseWrapper
41 class TestCaseWrapper : public tcu::TestCaseExecutor
44 TestCaseWrapper(TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
45 ~TestCaseWrapper(void);
56 TestCaseWrapper::TestCaseWrapper(TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
62 TestCaseWrapper::~TestCaseWrapper(void)
66 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
76 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
83 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
166 return new TestCaseWrapper(const_cast<TestPackage&>(*this), m_waiverMechanism);