Searched defs:GMTestFactory (Results 1 – 2 of 2) sorted by relevance
56 struct GMTestFactory : public testing::internal::TestFactoryBase { struct58 GMTestFactory(GMTestCase t) : fTest(t) {} in GMTestFactory() argument59 testing::Test* CreateTest() override { return new GMTest(fTest); } in CreateTest()
56 struct GMTestFactory : public testing::internal::TestFactoryBase { struct58 GMTestFactory(GMTestCase t) : fTest(t) {} in GMTestFactory() function59 testing::Test* CreateTest() override { return new GMTest(fTest); } in CreateTest()