proxygen
testing::internal::EnvironmentInvocationCatcher Class Reference
Inheritance diagram for testing::internal::EnvironmentInvocationCatcher:
testing::Environment testing::Environment testing::Environment

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Additional Inherited Members

- Public Member Functions inherited from testing::Environment
virtual ~Environment ()
 
virtual ~Environment ()
 
virtual ~Environment ()
 

Detailed Description

Definition at line 128 of file gtest-listener_test.cc.

Member Function Documentation

virtual void testing::internal::EnvironmentInvocationCatcher::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Environment.

Definition at line 130 of file gtest-listener_test.cc.

130  {
131  g_events->push_back("Environment::SetUp");
132  }
std::vector< std::string > * g_events
virtual void testing::internal::EnvironmentInvocationCatcher::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Environment.

Definition at line 130 of file gtest-listener_test.cc.

130  {
131  g_events->push_back("Environment::SetUp");
132  }
std::vector< std::string > * g_events
virtual void testing::internal::EnvironmentInvocationCatcher::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Environment.

Definition at line 130 of file gtest-listener_test.cc.

130  {
131  g_events->push_back("Environment::SetUp");
132  }
std::vector< std::string > * g_events
virtual void testing::internal::EnvironmentInvocationCatcher::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Environment.

Definition at line 134 of file gtest-listener_test.cc.

134  {
135  g_events->push_back("Environment::TearDown");
136  }
std::vector< std::string > * g_events
virtual void testing::internal::EnvironmentInvocationCatcher::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Environment.

Definition at line 134 of file gtest-listener_test.cc.

134  {
135  g_events->push_back("Environment::TearDown");
136  }
std::vector< std::string > * g_events
virtual void testing::internal::EnvironmentInvocationCatcher::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Environment.

Definition at line 134 of file gtest-listener_test.cc.

134  {
135  g_events->push_back("Environment::TearDown");
136  }
std::vector< std::string > * g_events

The documentation for this class was generated from the following file: