Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 TearDownExecuted ()
 
void TestBodyExecuted ()
 
void TearDown () override
 
- Public Member Functions inherited from testing::Environment
virtual ~Environment ()=default
 
virtual void SetUp ()
 

Static Public Member Functions

static TestGenerationEnvironmentInstance ()
 

Private Member Functions

 TestGenerationEnvironment ()
 
 TestGenerationEnvironment (const TestGenerationEnvironment &)=delete
 
TestGenerationEnvironmentoperator= (const TestGenerationEnvironment &)=delete
 

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 607 of file googletest-param-test-test.cc.

Constructor & Destructor Documentation

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

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

template<int kExpectedCalls>
TestGenerationEnvironment< kExpectedCalls >::TestGenerationEnvironment ( const TestGenerationEnvironment< kExpectedCalls > &  )
privatedelete

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

Reimplemented from testing::Environment.

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

template<int kExpectedCalls>
TestGenerationEnvironment& TestGenerationEnvironment< kExpectedCalls >::operator= ( const TestGenerationEnvironment< kExpectedCalls > &  )
privatedelete

Member Data Documentation

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

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

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

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

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

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

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

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


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