Home
last modified time | relevance | path

Searched refs:AddGlobalTestEnvironment (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/
H A Dangle_white_box_tests_main.cpp14 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment()); in main()
H A Dangle_unittest_main.cpp62 testing::AddGlobalTestEnvironment(new CompilerTestEnvironment()); in main()
/third_party/googletest/googletest/test/
H A Dgoogletest-global-environment-unittest_.cc47 ::testing::AddGlobalTestEnvironment(new FailingEnvironment);
H A Dgtest_skip_in_environment_setup_test.cc47 testing::AddGlobalTestEnvironment(new SetupEnvironment()); in main()
H A Dgoogletest-listener-test.cc40 using ::testing::AddGlobalTestEnvironment;
279 AddGlobalTestEnvironment(new EnvironmentInvocationCatcher); in main()
282 << "AddGlobalTestEnvironment should not generate any events itself."; in main()
H A Dgtest_environment_test.cc130 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
131 "AddGlobalTestEnvironment() should return its argument."); in main()
H A Dgtest_repeat_test.cc200 testing::AddGlobalTestEnvironment(new MyEnvironment); in main()
H A Dgoogletest-output-test_.cc981 // Two test environments for testing testing::AddGlobalTestEnvironment().
1047 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
1048 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.cc2141 AddGlobalTestEnvironment(new UnitTestRecordPropertyTestEnvironment);
/third_party/node/test/cctest/
H A Dnode_test_fixture.cc40 ::testing::AddGlobalTestEnvironment(new NodeTestEnvironment());
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp76 testing::AddGlobalTestEnvironment(gTestEnv); in InitDawnPerfTestEnvironment()
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h1281 friend Environment* AddGlobalTestEnvironment(Environment* env);
1325 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1328 // call AddGlobalTestEnvironment() there, as relying on initialization
1334 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h1276 friend Environment* AddGlobalTestEnvironment(Environment* env);
1320 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1323 // call AddGlobalTestEnvironment() there, as relying on initialization
1329 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1422 friend Environment* AddGlobalTestEnvironment(Environment* env);
1466 // testing::AddGlobalTestEnvironment(new FooEnvironment);
1469 // call AddGlobalTestEnvironment() there, as relying on initialization
1475 inline Environment* AddGlobalTestEnvironment(Environment* env) { in AddGlobalTestEnvironment() function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp1577 testing::AddGlobalTestEnvironment(new ANGLETestEnvironment()); in ANGLEProcessTestArgs()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.cpp225 testing::AddGlobalTestEnvironment(gTestEnv); in InitDawnEnd2EndTestEnvironment()

Completed in 39 milliseconds