Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-listener_test.cc39 using ::testing::AddGlobalTestEnvironment;
210 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
Dgtest_environment_test.cc143 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
Dgtest_repeat_test.cc231 testing::AddGlobalTestEnvironment(new MyEnvironment); in main()
Dgtest_output_test_.cc1030 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1031 testing::AddGlobalTestEnvironment(new BarEnvironment); in main()
Dgtest-param-test_test.cc57 using ::testing::AddGlobalTestEnvironment;
888 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); in main()
Dgtest-unittest-api_test.cc338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); in main()
Dgtest_unittest.cc2102 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1234 friend Environment* AddGlobalTestEnvironment(Environment* env);
1287 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function