OOPS
test::GeometryTestParameters< MODEL > Class Template Reference

Parameters loaded from the input YAML file and used by GeometryFixture. More...

#include <GeometryFixture.h>

Inheritance diagram for test::GeometryTestParameters< MODEL >:
Collaboration diagram for test::GeometryTestParameters< MODEL >:

Public Types

typedef oops::Geometry< MODEL >::Parameters_ GeometryParameters_
 

Public Attributes

oops::RequiredParameter< GeometryParameters_geometry {"geometry", this}
 Group of parameters controlling the tested model's geometry. More...
 
oops::IgnoreOtherParameters ignoreOthers {this}
 Don't treat the presence of other parameter groups as an error (this makes it possible to reuse a single YAML file in tests of implementations of multiple oops interfaces). More...
 

Detailed Description

template<typename MODEL>
class test::GeometryTestParameters< MODEL >

Parameters loaded from the input YAML file and used by GeometryFixture.

Definition at line 27 of file GeometryFixture.h.

Member Typedef Documentation

◆ GeometryParameters_

template<typename MODEL >
typedef oops::Geometry<MODEL>::Parameters_ test::GeometryTestParameters< MODEL >::GeometryParameters_

Definition at line 31 of file GeometryFixture.h.

Member Data Documentation

◆ geometry

template<typename MODEL >
oops::RequiredParameter<GeometryParameters_> test::GeometryTestParameters< MODEL >::geometry {"geometry", this}

Group of parameters controlling the tested model's geometry.

Definition at line 34 of file GeometryFixture.h.

◆ ignoreOthers

template<typename MODEL >
oops::IgnoreOtherParameters test::GeometryTestParameters< MODEL >::ignoreOthers {this}

Don't treat the presence of other parameter groups as an error (this makes it possible to reuse a single YAML file in tests of implementations of multiple oops interfaces).

Definition at line 37 of file GeometryFixture.h.


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