- 3.0.1 core module.
TestGenerationEnvironment< kExpectedCalls > Class Template Reference
Inheritance diagram for TestGenerationEnvironment< kExpectedCalls >:
testing::Environment

Public Member Functions

void FixtureConstructorExecuted ()
 
void SetUpExecuted ()
 
void TearDownExecuted ()
 
void TestBodyExecuted ()
 
void TearDown () override
 
- Public Member Functions inherited from testing::Environment
virtual ~Environment ()
 
virtual void SetUp ()
 

Static Public Member Functions

static TestGenerationEnvironmentInstance ()
 

Member Function Documentation

template<int kExpectedCalls>
static TestGenerationEnvironment* TestGenerationEnvironment< kExpectedCalls >::Instance ( )
inlinestatic

Referenced by main().

template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::FixtureConstructorExecuted ( )
inline
template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::SetUpExecuted ( )
inline
template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::TearDownExecuted ( )
inline
template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::TestBodyExecuted ( )
inline
template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::TearDown ( )
inlineoverridevirtual

Reimplemented from testing::Environment.

References EXPECT_EQ, GTEST_DISALLOW_COPY_AND_ASSIGN_, and i.


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