Searched refs:TestClass (Results 1 – 3 of 3) sorted by relevance
457 template <class TestClass>460 Test* CreateTest() override { return new TestClass; } in CreateTest()701 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef713 SuiteApiResolver<TestClass>::GetSetUpCaseOrSuite(715 SuiteApiResolver<TestClass>::GetTearDownCaseOrSuite(717 new TestFactoryImpl<TestClass>);
391 template <class TestClass>394 typedef typename TestClass::ParamType ParamType;398 TestClass::SetParam(¶meter_); in CreateTest()399 return new TestClass(); in CreateTest()
1874 template <class TestClass> friend class internal::ParameterizedTestFactory;