Searched refs:AddGlobalTestEnvironment (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-listener_test.cc39 using ::testing::AddGlobalTestEnvironment;
211 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher);
214 << "AddGlobalTestEnvironment should not generate any events itself.";
H A Dgtest_environment_test.cc143 Check(testing::AddGlobalTestEnvironment(env) == env,
144 "AddGlobalTestEnvironment() should return its argument.");
H A Dgtest_repeat_test.cc231 testing::AddGlobalTestEnvironment(new MyEnvironment);
H A Dgtest_output_test_.cc993 // Two test environments for testing testing::AddGlobalTestEnvironment().
1058 testing::AddGlobalTestEnvironment(new FooEnvironment);
1059 testing::AddGlobalTestEnvironment(new BarEnvironment);
H A Dgtest-unittest-api_test.cc338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
H A Dgtest-param-test_test.cc57 using ::testing::AddGlobalTestEnvironment;
1039 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
H A Dgtest_unittest.cc2100 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1297 friend Environment* AddGlobalTestEnvironment(Environment* env);
1341 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1344 // call AddGlobalTestEnvironment() there, as relying on initialization
1350 inline Environment* AddGlobalTestEnvironment(Environment* env) { function in namespace:testing

Completed in 53 milliseconds