UFO
test/ufo/ObsFunction.h File Reference
#include <iomanip>
#include <memory>
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "ioda/distribution/DistributionUtils.h"
#include "ioda/ObsSpace.h"
#include "ioda/ObsVector.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/Expect.h"
#include "oops/util/missingValues.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
#include "ufo/filters/ObsFilterData.h"
#include "ufo/filters/obsfunctions/ObsFunction.h"
#include "ufo/filters/Variables.h"
#include "ufo/GeoVaLs.h"
#include "ufo/ObsDiagnostics.h"
#include "ufo/ObsTraits.h"
Include dependency graph for test/ufo/ObsFunction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ufo::test::ObsFunction
 

Namespaces

 eckit
 Forward declarations.
 
 ufo
 
 ufo::test
 

Macros

#define ECKIT_TESTING_SELF_REGISTER_CASES   0
 

Functions

void ufo::test::dataVectorDiff (const ioda::ObsSpace &ospace, ioda::ObsDataVector< float > &vals, const ioda::ObsDataVector< float > &ref, std::vector< float > &rms_out, size_t &num_missing_mismatches)
 
template<typename T >
void ufo::test::checkResults (const ioda::ObsSpace &, const eckit::Configuration &, const ioda::ObsDataVector< T > &vals, const ioda::ObsDataVector< T > &vals_ofd, const ioda::ObsDataVector< T > &ref)
 
void ufo::test::checkResults (const ioda::ObsSpace &ospace, const eckit::Configuration &obsfuncconf, ioda::ObsDataVector< float > &vals, ioda::ObsDataVector< float > &vals_ofd, const ioda::ObsDataVector< float > &ref)
 
template<typename T >
void ufo::test::doTestFunction (ioda::ObsSpace &ospace, const eckit::Configuration &conf)
 
void ufo::test::testFunction ()
 

Variables

const char * ufo::test::expectComputeToThrow = "expect compute to throw exception with message"
 
const char * ufo::test::expectConstructorToThrow = "expect constructor to throw exception with message"
 

Macro Definition Documentation

◆ ECKIT_TESTING_SELF_REGISTER_CASES

#define ECKIT_TESTING_SELF_REGISTER_CASES   0

Definition at line 16 of file test/ufo/ObsFunction.h.