OOPS
test/interface/Model.h File Reference
#include <cmath>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "oops/base/Geometry.h"
#include "oops/base/Model.h"
#include "oops/base/PostProcessor.h"
#include "oops/base/State.h"
#include "oops/interface/ModelAuxControl.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/DateTime.h"
#include "oops/util/Duration.h"
#include "test/TestEnvironment.h"
Include dependency graph for test/interface/Model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  test::ModelFixture< MODEL >
 
class  test::Model< MODEL >
 

Namespaces

 test
 

Macros

#define ECKIT_TESTING_SELF_REGISTER_CASES   0
 

Functions

template<typename MODEL >
void test::testModelConstructor ()
 tests constructor, timeResolution() method and print method More...
 
template<typename MODEL >
void test::testModelNoForecast ()
 
template<typename MODEL >
void test::testModelForecast ()
 
template<typename MODEL >
void test::testModelReForecast ()
 

Macro Definition Documentation

◆ ECKIT_TESTING_SELF_REGISTER_CASES

#define ECKIT_TESTING_SELF_REGISTER_CASES   0

Definition at line 20 of file test/interface/Model.h.