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

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test_.cc1007 class BarEnvironment : public testing::Environment { class in inherits:testing::Environment
1010 printf("%s", "BarEnvironment::SetUp() called.\n");
1014 printf("%s", "BarEnvironment::TearDown() called.\n");
1059 testing::AddGlobalTestEnvironment(new BarEnvironment);

Completed in 7 milliseconds