Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-listener-test.cc39 using ::testing::AddGlobalTestEnvironment;
211 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
Dgtest_skip_in_environment_setup_test.cc57 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
Dgtest_environment_test.cc139 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
Dgtest_repeat_test.cc212 testing::AddGlobalTestEnvironment(new MyEnvironment); in main()
Dgoogletest-output-test_.cc1103 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1104 testing::AddGlobalTestEnvironment(new BarEnvironment); in main()
Dgoogletest-param-test-test.cc50 using ::testing::AddGlobalTestEnvironment;
1096 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); in main()
Dgtest-unittest-api_test.cc337 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); in main()
Dgtest_unittest.cc2121 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h1367 friend Environment* AddGlobalTestEnvironment(Environment* env);
1420 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/freebsd-12-stable/tests/sys/fs/fusefs/
Dutils.cc646 AddGlobalTestEnvironment(fuse_env); in main()
/freebsd-12-stable/contrib/googletest/googletest/docs/
Dadvanced.md1285 calling the `::testing::AddGlobalTestEnvironment()` function:
1288 Environment* AddGlobalTestEnvironment(Environment* env);
1304 You should call `AddGlobalTestEnvironment()` before `RUN_ALL_TESTS()` is called,
1311 ::testing::AddGlobalTestEnvironment(new FooEnvironment);
1315 `AddGlobalTestEnvironment()` there, as relying on initialization of global