Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-listener-test.cc39 using ::testing::AddGlobalTestEnvironment;
211 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
H A Dgtest_skip_in_environment_setup_test.cc57 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
H A Dgtest_environment_test.cc139 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
H A Dgtest_repeat_test.cc212 testing::AddGlobalTestEnvironment(new MyEnvironment); in main()
H A Dgoogletest-output-test_.cc1103 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1104 testing::AddGlobalTestEnvironment(new BarEnvironment); in main()
H A Dgoogletest-param-test-test.cc50 using ::testing::AddGlobalTestEnvironment;
1096 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); in main()
H A Dgtest-unittest-api_test.cc337 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); in main()
H A Dgtest_unittest.cc2121 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/freebsd-13.1/contrib/capsicum-test/
H A Dcapsicum-test-main.cc158 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1367 friend Environment* AddGlobalTestEnvironment(Environment* env);
1420 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/freebsd-13.1/tests/sys/fs/fusefs/
H A Dutils.cc662 AddGlobalTestEnvironment(fuse_env); in main()
/freebsd-13.1/contrib/googletest/googletest/docs/
H A 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