Lines Matching refs:TestCaseWrapper
60 class TestCaseWrapper : public tcu::TestCaseExecutor
63 TestCaseWrapper(ES30TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
64 ~TestCaseWrapper(void);
75 TestCaseWrapper::TestCaseWrapper(ES30TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
80 TestCaseWrapper::~TestCaseWrapper(void)
84 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
94 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
101 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
206 return new TestCaseWrapper(const_cast<ES30TestPackage&>(*this), m_waiverMechanism);