UFO
ufo::test::TestCaseParameters Class Reference

#include <PrimitiveVariables.h>

Inheritance diagram for ufo::test::TestCaseParameters:
Collaboration diagram for ufo::test::TestCaseParameters:

Public Attributes

oops::RequiredParameter< std::vector< Variable > > variables {"variables", this}
 
oops::RequiredParameter< std::vector< std::string > > expectedNames {"expected names", this}
 
oops::RequiredParameter< std::vector< std::string > > expectedGroups {"expected groups", this}
 
oops::RequiredParameter< std::vector< std::vector< float > > > expectedValues {"expected values", this}
 

Private Member Functions

 OOPS_CONCRETE_PARAMETERS (TestCaseParameters, Parameters)
 

Detailed Description

Definition at line 43 of file test/ufo/PrimitiveVariables.h.

Member Function Documentation

◆ OOPS_CONCRETE_PARAMETERS()

ufo::test::TestCaseParameters::OOPS_CONCRETE_PARAMETERS ( TestCaseParameters  ,
Parameters   
)
private

Member Data Documentation

◆ expectedGroups

oops::RequiredParameter<std::vector<std::string> > ufo::test::TestCaseParameters::expectedGroups {"expected groups", this}

Definition at line 48 of file test/ufo/PrimitiveVariables.h.

◆ expectedNames

oops::RequiredParameter<std::vector<std::string> > ufo::test::TestCaseParameters::expectedNames {"expected names", this}

Definition at line 47 of file test/ufo/PrimitiveVariables.h.

◆ expectedValues

oops::RequiredParameter<std::vector<std::vector<float> > > ufo::test::TestCaseParameters::expectedValues {"expected values", this}

Definition at line 49 of file test/ufo/PrimitiveVariables.h.

◆ variables

oops::RequiredParameter<std::vector<Variable> > ufo::test::TestCaseParameters::variables {"variables", this}

Definition at line 46 of file test/ufo/PrimitiveVariables.h.


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