Home
last modified time | relevance | path

Searched refs:FooEnvironment (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest_output_test_.cc952 class FooEnvironment : public testing::Environment { class
1017 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
Dgtest_output_test_golden_lin.txt12 FooEnvironment::SetUp() called.
585 FooEnvironment::TearDown() called.
/external/googletest/googletest/test/
Dgoogletest-output-test_.cc1080 class FooEnvironment : public testing::Environment { class
1139 testing::AddGlobalTestEnvironment(new FooEnvironment); in main()
Dgoogletest-output-test-golden-lin.txt17 FooEnvironment::SetUp() called.
981 FooEnvironment::TearDown() called.
/external/googletest/googletest/docs/
Dadvanced.md1309 ::testing::AddGlobalTestEnvironment(new FooEnvironment);