Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/googletest/googletest/test/
HDgtest_skip_in_environment_setup_test.cc47 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
HDgoogletest-global-environment-unittest_.cc47 ::testing::AddGlobalTestEnvironment(new FailingEnvironment);
HDgoogletest-listener-test.cc41 using ::testing::AddGlobalTestEnvironment;
274 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
HDgtest_environment_test.cc114 Check(testing::AddGlobalTestEnvironment(env) == env, in RegisterTestEnv()
HDgtest_repeat_test.cc119 testing::AddGlobalTestEnvironment(new MyEnvironment); in ResetCounts()
HDgoogletest-output-test_.cc1054 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1055 testing::AddGlobalTestEnvironment(new BarEnvironment); in main()
HDgtest-unittest-api_test.cc325 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); in main()
HDgoogletest-param-test-test.cc52 using ::testing::AddGlobalTestEnvironment;
1160 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); in main()
HDgtest_unittest.cc2167 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/freebsd-13-stable/contrib/capsicum-test/
HDcapsicum-test-main.cc158 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest.h1292 friend Environment* AddGlobalTestEnvironment(Environment* env);
1345 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/freebsd-13-stable/tests/sys/fs/fusefs/
HDutils.cc665 AddGlobalTestEnvironment(fuse_env); in main()
/freebsd-13-stable/contrib/googletest/docs/reference/
HDtesting.md1351 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1353 `Environment* testing::AddGlobalTestEnvironment(Environment* env)`
/freebsd-13-stable/contrib/googletest/docs/
HDadvanced.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