Lines Matching refs:TestClass
50 template<typename TestClass>
54 TestClass* object,
55 bool (TestClass::*method)(TestContext&));
63 TestClass* fObject;
64 bool (TestClass::*fMethod)(TestContext&); variable
68 template<typename TestClass>
69 StandardTest<TestClass>::StandardTest(const char* name, TestClass* object, in StandardTest()
70 bool (TestClass::*method)(TestContext&)) in StandardTest()
79 template<typename TestClass>
80 StandardTest<TestClass>::~StandardTest() in ~StandardTest()
86 template<typename TestClass>
88 StandardTest<TestClass>::Setup(TestContext& context) in Setup()
94 template<typename TestClass>
96 StandardTest<TestClass>::Run(TestContext& context) in Run()
102 template<typename TestClass>
104 StandardTest<TestClass>::Cleanup(TestContext& context, bool setupOK) in Cleanup()