OOPS
test::TestEnvironment Class Reference

TestEnvironment is a singleton that defines the unit testing enviroment. More...

#include <TestEnvironment.h>

Inheritance diagram for test::TestEnvironment:
Collaboration diagram for test::TestEnvironment:

Public Member Functions

void setup (const eckit::Configuration &conf)
 

Static Public Member Functions

static TestEnvironmentgetInstance ()
 
static const eckit::Configuration & config ()
 

Private Member Functions

 TestEnvironment ()
 
 ~TestEnvironment ()
 

Private Attributes

std::unique_ptr< const eckit::Configuration > config_
 

Detailed Description

TestEnvironment is a singleton that defines the unit testing enviroment.

TestEnvironment contains globally available information for the unit tests. It is needed because there is no easy method to pass configuration and other data to the tests. By defining a singleton, each test can use TestEnvironment::getInstance() to get access to the global data.

Definition at line 29 of file TestEnvironment.h.

Constructor & Destructor Documentation

◆ TestEnvironment()

test::TestEnvironment::TestEnvironment ( )
inlineprivate

Definition at line 43 of file TestEnvironment.h.

◆ ~TestEnvironment()

test::TestEnvironment::~TestEnvironment ( )
inlineprivate

Definition at line 44 of file TestEnvironment.h.

Member Function Documentation

◆ config()

static const eckit::Configuration& test::TestEnvironment::config ( )
inlinestatic

Definition at line 40 of file TestEnvironment.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getInstance()

static TestEnvironment& test::TestEnvironment::getInstance ( )
inlinestatic

Definition at line 31 of file TestEnvironment.h.

Here is the caller graph for this function:

◆ setup()

void test::TestEnvironment::setup ( const eckit::Configuration &  conf)
inline

Definition at line 36 of file TestEnvironment.h.

Here is the caller graph for this function:

Member Data Documentation

◆ config_

std::unique_ptr<const eckit::Configuration> test::TestEnvironment::config_
private

Definition at line 46 of file TestEnvironment.h.


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