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 ()
 
virtual void SetUp ()
 

Static Public Member Functions

static TestGenerationEnvironmentInstance ()
 

Private Member Functions

 TestGenerationEnvironment ()
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (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 555 of file googletest-param-test-test.cc.

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

Reimplemented from testing::Environment.

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

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

Member Data Documentation

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

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

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

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

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

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

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

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


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