cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
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 ()=default
 
virtual void SetUp ()
 

Static Public Member Functions

static TestGenerationEnvironmentInstance ()
 

Member Function Documentation

◆ FixtureConstructorExecuted()

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

◆ Instance()

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

◆ SetUpExecuted()

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

◆ TearDown()

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

Reimplemented from testing::Environment.

◆ TearDownExecuted()

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

◆ TestBodyExecuted()

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

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