Lines Matching refs:TestCaseWrapper
46 class TestCaseWrapper : public tcu::TestCaseExecutor
49 TestCaseWrapper (TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
50 ~TestCaseWrapper (void);
61 TestCaseWrapper::TestCaseWrapper (TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
67 TestCaseWrapper::~TestCaseWrapper (void)
71 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path)
79 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
87 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase)
183 return new TestCaseWrapper(const_cast<TestPackage&>(*this), m_waiverMechanism);