HomeSort by relevance Sort by last modified time
    Searched refs:BarEnvironment (Results 1 - 2 of 2) sorted by null

  /external/gtest/test/
gtest_output_test_.cc 957 class BarEnvironment : public testing::Environment {
960 printf("%s", "BarEnvironment::SetUp() called.\n");
964 printf("%s", "BarEnvironment::TearDown() called.\n");
1014 testing::AddGlobalTestEnvironment(new BarEnvironment);
  /external/protobuf/gtest/test/
gtest_output_test_.cc 950 class BarEnvironment : public testing::Environment {
953 printf("%s", "BarEnvironment::SetUp() called.\n");
957 printf("%s", "BarEnvironment::TearDown() called.\n");
1006 testing::AddGlobalTestEnvironment(new BarEnvironment);

Completed in 35 milliseconds