Lines Matching refs:TestCaseWrapper
40 class TestCaseWrapper : public tcu::TestCaseExecutor
43 TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
44 ~TestCaseWrapper(void);
55 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
61 TestCaseWrapper::~TestCaseWrapper(void)
65 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
73 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
80 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
145 return new TestCaseWrapper(const_cast<SingleConfigGL43TestPackage&>(*this), m_waiverMechanism);
265 return new TestCaseWrapper(const_cast<SingleConfigES32TestPackage&>(*this), m_waiverMechanism);