Searched refs:TestClass (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h407 template <class TestClass>
410 typedef typename TestClass::ParamType ParamType;
414 TestClass::SetParam(&parameter_);
415 return new TestClass();
H A Dgtest-internal.h481 template <class TestClass>
484 virtual Test* CreateTest() { return new TestClass; }
635 typedef typename GTEST_BIND_(TestSel, Type) TestClass; typedef
647 TestClass::SetUpTestCase,
648 TestClass::TearDownTestCase,
649 new TestFactoryImpl<TestClass>);
/gem5/src/unittest/
H A Dstattest.cc68 class TestClass { class
252 TestClass testclass;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1772 // TestClass must be a subclass of WithParamInterface<T> and Test.
1773 template <class TestClass> friend class internal::ParameterizedTestFactory;

Completed in 22 milliseconds