Lines Matching refs:TestCaseWrapper
45 class TestCaseWrapper : public tcu::TestCaseExecutor
48 TestCaseWrapper(ESEXTTestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
49 ~TestCaseWrapper(void);
60 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
65 TestCaseWrapper::~TestCaseWrapper(void)
69 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
79 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
86 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase)
162 return new TestCaseWrapper(const_cast<ESEXTTestPackage&>(*this), m_waiverMechanism);