UFO
|
#include <memory>
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "ioda/ObsSpace.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/DateTime.h"
#include "oops/util/FloatCompare.h"
#include "oops/util/Logger.h"
#include "oops/util/parameters/Parameters.h"
#include "oops/util/parameters/RequiredParameter.h"
#include "test/TestEnvironment.h"
#include "ufo/Locations.h"
Go to the source code of this file.
Classes | |
class | ufo::test::LocationsTimeTestParameters |
Parameters describing Locations/TimeMask test. More... | |
class | ufo::test::LocationsTestParameters |
Parameters describing Locations test. More... | |
class | ufo::test::LocationsTestFixture |
Code shared by all Locations tests. More... | |
class | ufo::test::Locations |
Namespaces | |
ufo | |
ufo::test | |
Macros | |
#define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
void | ufo::test::testLocations () |
Tests Locations constructors and method size() More... | |
void | ufo::test::testLonsLats () |
Tests Locations accessors lons() and lats() More... | |
int | ufo::test::test_locations_lonslats_f90 (const Locations &, const eckit::Configuration &) |
void | ufo::test::testFortranLonsLats () |
Tests Locations accessors lons() and lats() from Fortran. More... | |
void | ufo::test::testTimeMask () |
Tests Locations::isInTimeWindow method. More... | |
int | ufo::test::test_locations_timemask_f90 (const Locations &, const eckit::Configuration &) |
void | ufo::test::testFortranTimeMask () |
Tests Locations::isInTimeWindow method from Fortran. More... | |
void | ufo::test::testConcatenate () |
Tests operator+= (concatenation of two Locations) More... | |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 15 of file test/ufo/Locations.h.