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

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc995 class FooEnvironment : public testing::Environment { class in inherits:testing::Environment
998 printf("%s", "FooEnvironment::SetUp() called.\n");
1002 printf("%s", "FooEnvironment::TearDown() called.\n");
1058 testing::AddGlobalTestEnvironment(new FooEnvironment);

Completed in 8 milliseconds