Home
last modified time | relevance | path

Searched refs:TestClass (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h445 template <class TestClass>
448 Test* CreateTest() override { return new TestClass; } in CreateTest()
700 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef
711 SuiteApiResolver<TestClass>::GetSetUpCaseOrSuite(
713 SuiteApiResolver<TestClass>::GetTearDownCaseOrSuite(
715 new TestFactoryImpl<TestClass>);
H A Dgtest-param-util.h398 template <class TestClass>
401 typedef typename TestClass::ParamType ParamType;
405 TestClass::SetParam(&parameter_); in CreateTest()
406 return new TestClass(); in CreateTest()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1712 template <class TestClass>