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.h453 template <class TestClass>
456 Test* CreateTest() override { return new TestClass; } in CreateTest()
708 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef
719 SuiteApiResolver<TestClass>::GetSetUpCaseOrSuite(
721 SuiteApiResolver<TestClass>::GetTearDownCaseOrSuite(
723 new TestFactoryImpl<TestClass>);
H A Dgtest-param-util.h397 template <class TestClass>
400 typedef typename TestClass::ParamType ParamType;
404 TestClass::SetParam(&parameter_); in CreateTest()
405 return new TestClass(); in CreateTest()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1712 template <class TestClass>