Lines Matching refs:TestCaseWrapper
37 class TestCaseWrapper : public tcu::TestCaseExecutor
40 TestCaseWrapper (TEST_PACKAGE& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
41 ~TestCaseWrapper (void);
53 TestCaseWrapper<TEST_PACKAGE>::TestCaseWrapper (TEST_PACKAGE& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism)
60 TestCaseWrapper<TEST_PACKAGE>::~TestCaseWrapper (void)
65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path)
74 void TestCaseWrapper<TEST_PACKAGE>::deinit (tcu::TestCase* testCase)
83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate (tcu::TestCase* testCase)