Lines Matching refs:TestCaseWrapper
65 class TestCaseWrapper : public tcu::TestCaseExecutor
68 TestCaseWrapper(ES32TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
69 ~TestCaseWrapper(void);
80 TestCaseWrapper::TestCaseWrapper(ES32TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
86 TestCaseWrapper::~TestCaseWrapper(void)
90 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
100 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
107 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
201 return new TestCaseWrapper(const_cast<ES32TestPackage&>(*this), m_waiverMechanism);