11 #ifndef TEST_INTERFACE_GEOMETRY_H_
12 #define TEST_INTERFACE_GEOMETRY_H_
18 #define ECKIT_TESTING_SELF_REGISTER_CASES 0
20 #include "eckit/config/Configuration.h"
21 #include "eckit/testing/Test.h"
25 #include "oops/util/Logger.h"
39 oops::Log::test() <<
"Testing geometry: " << *geom << std::endl;
50 std::string
testid()
const override {
return "test::Geometry<" + MODEL::name() +
">";}
53 std::vector<eckit::testing::Test>& ts = eckit::testing::specification();
55 ts.emplace_back(
CASE(
"interface/Geometry/testConstructor")
56 { testConstructor<MODEL>(); });
Geometry class used in oops; subclass of interface class interface::Geometry.
static const Parameters_ & getParameters()
std::string testid() const override
void register_tests() const override
void clear() const override
const eckit::mpi::Comm & myself()
Default communicator with each MPI task by itself.
const eckit::mpi::Comm & world()
Default communicator with all MPI tasks (ie MPI_COMM_WORLD)
CASE("test_linearmodelparameterswrapper_valid_name")
void testConstructor()
Tests creation and destruction of ObsErrorCovariances.