OOPS
test::ObsTestsFixture< OBS > Class Template Reference

#include <ObsTestsFixture.h>

Inheritance diagram for test::ObsTestsFixture< OBS >:
Collaboration diagram for test::ObsTestsFixture< OBS >:

Static Public Member Functions

static const util::DateTime & tbgn ()
 accessors to observation window More...
 
static const util::DateTime & tend ()
 
static eckit::LocalConfiguration & config (size_t jj)
 accessor to a jj-th obs type config More...
 
static ObsSpaces_obspace ()
 accessor to a all obs spaces More...
 
static const eckit::mpi::Comm & comm ()
 
static void reset ()
 

Private Types

typedef oops::ObsSpaces< OBS > ObsSpaces_
 

Private Member Functions

 ObsTestsFixture ()
 
 ~ObsTestsFixture ()
 

Static Private Member Functions

static ObsTestsFixture< OBS > & getInstance ()
 

Private Attributes

const eckit::mpi::Comm & comm_
 
std::unique_ptr< const util::DateTime > tbgn_
 
std::unique_ptr< const util::DateTime > tend_
 
std::vector< eckit::LocalConfiguration > configs_
 
std::unique_ptr< ObsSpaces_ospaces_
 

Detailed Description

template<typename OBS>
class test::ObsTestsFixture< OBS >

Fixture for observations-related tests Gets created only once per test runs, ObsSpaces, configuration under observations and window characteristics get saved

Definition at line 30 of file ObsTestsFixture.h.

Member Typedef Documentation

◆ ObsSpaces_

template<typename OBS >
typedef oops::ObsSpaces<OBS> test::ObsTestsFixture< OBS >::ObsSpaces_
private

Definition at line 31 of file ObsTestsFixture.h.

Constructor & Destructor Documentation

◆ ObsTestsFixture()

template<typename OBS >
test::ObsTestsFixture< OBS >::ObsTestsFixture ( )
inlineprivate

Definition at line 51 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ ~ObsTestsFixture()

template<typename OBS >
test::ObsTestsFixture< OBS >::~ObsTestsFixture ( )
inlineprivate

Definition at line 60 of file ObsTestsFixture.h.

Member Function Documentation

◆ comm()

template<typename OBS >
static const eckit::mpi::Comm& test::ObsTestsFixture< OBS >::comm ( )
inlinestatic

Definition at line 41 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ config()

template<typename OBS >
static eckit::LocalConfiguration& test::ObsTestsFixture< OBS >::config ( size_t  jj)
inlinestatic

accessor to a jj-th obs type config

Definition at line 38 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ getInstance()

template<typename OBS >
static ObsTestsFixture<OBS>& test::ObsTestsFixture< OBS >::getInstance ( )
inlinestaticprivate

Definition at line 62 of file ObsTestsFixture.h.

Here is the caller graph for this function:

◆ obspace()

template<typename OBS >
static ObsSpaces_& test::ObsTestsFixture< OBS >::obspace ( )
inlinestatic

accessor to a all obs spaces

Definition at line 40 of file ObsTestsFixture.h.

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

◆ reset()

template<typename OBS >
static void test::ObsTestsFixture< OBS >::reset ( )
inlinestatic

Definition at line 43 of file ObsTestsFixture.h.

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

◆ tbgn()

template<typename OBS >
static const util::DateTime& test::ObsTestsFixture< OBS >::tbgn ( )
inlinestatic

accessors to observation window

Definition at line 35 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ tend()

template<typename OBS >
static const util::DateTime& test::ObsTestsFixture< OBS >::tend ( )
inlinestatic

Definition at line 36 of file ObsTestsFixture.h.

Here is the call graph for this function:

Member Data Documentation

◆ comm_

template<typename OBS >
const eckit::mpi::Comm& test::ObsTestsFixture< OBS >::comm_
private

Definition at line 67 of file ObsTestsFixture.h.

◆ configs_

template<typename OBS >
std::vector<eckit::LocalConfiguration> test::ObsTestsFixture< OBS >::configs_
private

Definition at line 70 of file ObsTestsFixture.h.

◆ ospaces_

template<typename OBS >
std::unique_ptr<ObsSpaces_> test::ObsTestsFixture< OBS >::ospaces_
private

Definition at line 71 of file ObsTestsFixture.h.

◆ tbgn_

template<typename OBS >
std::unique_ptr<const util::DateTime> test::ObsTestsFixture< OBS >::tbgn_
private

Definition at line 68 of file ObsTestsFixture.h.

◆ tend_

template<typename OBS >
std::unique_ptr<const util::DateTime> test::ObsTestsFixture< OBS >::tend_
private

Definition at line 69 of file ObsTestsFixture.h.


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