Lines Matching refs:TestCaseWrapper
44 class TestCaseWrapper : public tcu::TestCaseExecutor
47 TestCaseWrapper (TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
48 ~TestCaseWrapper (void);
59 TestCaseWrapper::TestCaseWrapper (TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
65 TestCaseWrapper::~TestCaseWrapper (void)
69 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path)
77 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase)
180 return new TestCaseWrapper(const_cast<TestPackage&>(*this), m_waiverMechanism);