Searched refs:TestClass (Results 1 – 3 of 3) sorted by relevance
469 template <class TestClass>472 virtual Test* CreateTest() { return new TestClass; } in CreateTest()660 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef671 code_location, GetTypeId<FixtureClass>(), TestClass::SetUpTestCase,672 TestClass::TearDownTestCase, new TestFactoryImpl<TestClass>);
403 template <class TestClass>406 typedef typename TestClass::ParamType ParamType;410 TestClass::SetParam(¶meter_); in CreateTest()411 return new TestClass(); in CreateTest()
1840 template <class TestClass> friend class internal::ParameterizedTestFactory;