Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
TestGenerationEnvironment< kExpectedCalls > Class Template Reference
Inheritance diagram for TestGenerationEnvironment< kExpectedCalls >:
Inheritance graph
[legend]

Public Member Functions

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

Static Public Member Functions

static TestGenerationEnvironmentInstance ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestGenerationEnvironment)
 
 TestGenerationEnvironment ()
 

Private Attributes

int fixture_constructor_count_
 
int set_up_count_
 
int tear_down_count_
 
int test_body_count_
 

Detailed Description

template<int kExpectedCalls>
class TestGenerationEnvironment< kExpectedCalls >

Definition at line 553 of file googletest-param-test-test.cc.

Constructor & Destructor Documentation

◆ TestGenerationEnvironment()

template<int kExpectedCalls>
TestGenerationEnvironment< kExpectedCalls >::TestGenerationEnvironment ( )
inlineprivate

Definition at line 596 of file googletest-param-test-test.cc.

Member Function Documentation

◆ FixtureConstructorExecuted()

template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::FixtureConstructorExecuted ( )
inline

Definition at line 560 of file googletest-param-test-test.cc.

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

template<int kExpectedCalls>
TestGenerationEnvironment< kExpectedCalls >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestGenerationEnvironment< kExpectedCalls >  )
private

◆ Instance()

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

Definition at line 555 of file googletest-param-test-test.cc.

◆ SetUpExecuted()

template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::SetUpExecuted ( )
inline

Definition at line 561 of file googletest-param-test-test.cc.

◆ TearDown()

template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::TearDown ( )
inlineoverridevirtual

Reimplemented from testing::Environment.

Definition at line 565 of file googletest-param-test-test.cc.

◆ TearDownExecuted()

template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::TearDownExecuted ( )
inline

Definition at line 562 of file googletest-param-test-test.cc.

◆ TestBodyExecuted()

template<int kExpectedCalls>
void TestGenerationEnvironment< kExpectedCalls >::TestBodyExecuted ( )
inline

Definition at line 563 of file googletest-param-test-test.cc.

Member Data Documentation

◆ fixture_constructor_count_

template<int kExpectedCalls>
int TestGenerationEnvironment< kExpectedCalls >::fixture_constructor_count_
private

Definition at line 599 of file googletest-param-test-test.cc.

◆ set_up_count_

template<int kExpectedCalls>
int TestGenerationEnvironment< kExpectedCalls >::set_up_count_
private

Definition at line 600 of file googletest-param-test-test.cc.

◆ tear_down_count_

template<int kExpectedCalls>
int TestGenerationEnvironment< kExpectedCalls >::tear_down_count_
private

Definition at line 601 of file googletest-param-test-test.cc.

◆ test_body_count_

template<int kExpectedCalls>
int TestGenerationEnvironment< kExpectedCalls >::test_body_count_
private

Definition at line 602 of file googletest-param-test-test.cc.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06