Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_skip_in_environment_setup_test.cc47 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
H A Dgoogletest-global-environment-unittest_.cc47 ::testing::AddGlobalTestEnvironment(new FailingEnvironment);
H A Dgoogletest-listener-test.cc41 using ::testing::AddGlobalTestEnvironment;
274 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
H A Dgtest_environment_test.cc114 Check(testing::AddGlobalTestEnvironment(env) == env, in RegisterTestEnv()
H A Dgtest_repeat_test.cc119 testing::AddGlobalTestEnvironment(new MyEnvironment); in ResetCounts()
H A Dgoogletest-output-test_.cc1054 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1055 testing::AddGlobalTestEnvironment(new BarEnvironment); in main()
H A Dgtest-unittest-api_test.cc325 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); in main()
H A Dgoogletest-param-test-test.cc52 using ::testing::AddGlobalTestEnvironment;
1160 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); in main()
H A Dgtest_unittest.cc2167 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/freebsd/contrib/capsicum-test/
H A Dcapsicum-test-main.cc158 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1292 friend Environment* AddGlobalTestEnvironment(Environment* env);
1345 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/freebsd/tests/sys/fs/fusefs/
H A Dutils.cc665 AddGlobalTestEnvironment(fuse_env); in main()
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md1351 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1353 `Environment* testing::AddGlobalTestEnvironment(Environment* env)`
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1001 calling the `::testing::AddGlobalTestEnvironment()` function:
1004 Environment* AddGlobalTestEnvironment(Environment* env);
1030 You should call `AddGlobalTestEnvironment()` before `RUN_ALL_TESTS()` is called,
1037 testing::AddGlobalTestEnvironment(new FooEnvironment);
1041 `AddGlobalTestEnvironment()` there, as relying on initialization of global