Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/googletest/googletest/test/
Dgoogletest-listener-test.cc40 using ::testing::AddGlobalTestEnvironment;
282 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
Dgtest_skip_in_environment_setup_test.cc46 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
Dgoogletest-global-environment-unittest_.cc47 ::testing::AddGlobalTestEnvironment(new FailingEnvironment);
Dgtest_environment_test.cc135 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
Dgtest_repeat_test.cc203 testing::AddGlobalTestEnvironment(new MyEnvironment); in main()
Dgoogletest-output-test_.cc1110 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1111 testing::AddGlobalTestEnvironment(new BarEnvironment); in main()
Dgoogletest-param-test-test.cc51 using ::testing::AddGlobalTestEnvironment;
1106 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance()); in main()
Dgtest-unittest-api_test.cc325 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker()); in main()
Dgtest_unittest.cc2156 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/device/generic/vulkan-cereal/third-party/angle/src/tests/
Dangle_white_box_tests_main.cpp14 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment()); in main()
Dangle_unittest_main.cpp34 testing::AddGlobalTestEnvironment(new CompilerTestEnvironment()); in main()
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest.h1260 friend Environment* AddGlobalTestEnvironment(Environment* env);
1314 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/device/generic/vulkan-cereal/third-party/googletest/docs/reference/
Dtesting.md1329 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1331 `Environment* ::testing::AddGlobalTestEnvironment(Environment* env)`
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DANGLETest.cpp1361 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment()); in ANGLEProcessTestArgs()
/device/generic/vulkan-cereal/third-party/googletest/docs/
Dadvanced.md970 calling the `::testing::AddGlobalTestEnvironment()` function:
973 Environment* AddGlobalTestEnvironment(Environment* env);
989 You should call `AddGlobalTestEnvironment()` before `RUN_ALL_TESTS()` is called,
996 testing::AddGlobalTestEnvironment(new FooEnvironment);
1000 `AddGlobalTestEnvironment()` there, as relying on initialization of global