Searched defs:TestCase (Results 1 – 4 of 4) sorted by relevance
51 struct TestCase { struct54 static void run() { TestCase().doTest(); } in run() argument57 typedef TestMemberObject<ObjectType> TestType;61 void doTest() { in doTest()117 void runTestDispatch(Fn M, T& obj, ObjectType* expect) { in runTestDispatch()131 void runTestPointerDispatch(Fn M, T& obj, ObjectType* expect) { in runTestPointerDispatch()159 TestCase<ArgType>::run(); in main() argument
217 struct TestCase : public TestCaseImp<MemFun03, Sig, Arity, CV> {}; struct
182 class TestCase; variable680 friend class TestCase; variable990 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart()994 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd()
2362 TestCase::TestCase(const char* a_name, const char* a_type_param, in TestCase() function in testing::TestCase