Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::EnvironmentInvocationCatcher Class Reference
Inheritance diagram for testing::internal::EnvironmentInvocationCatcher:
Collaboration diagram for testing::internal::EnvironmentInvocationCatcher:

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 

Additional Inherited Members

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

Detailed Description

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

Member Function Documentation

◆ SetUp()

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

◆ TearDown()

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 }

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