Lines Matching refs:TestCaseWrapper
81 class TestCaseWrapper : public tcu::TestCaseExecutor
84 TestCaseWrapper(ES31TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
85 ~TestCaseWrapper(void);
96 TestCaseWrapper::TestCaseWrapper(ES31TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
101 TestCaseWrapper::~TestCaseWrapper(void)
105 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
115 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
122 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
247 return new TestCaseWrapper(const_cast<ES31TestPackage&>(*this), m_waiverMechanism);