FV3 Bundle
l95/test/lorenz95/ObsBias.cc File Reference
#include <fstream>
#include <iostream>
#include <boost/lexical_cast.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/test/unit_test.hpp>
#include "./TestConfig.h"
#include "eckit/config/LocalConfiguration.h"
#include "lorenz95/ObsBias.h"
#include "lorenz95/ObsBiasCorrection.h"
#include "test/TestFixture.h"
Include dependency graph for l95/test/lorenz95/ObsBias.cc:

Go to the source code of this file.

Classes

class  test::ObsBiasTestFixture
 

Namespaces

 test
 

Functions

 test::BOOST_AUTO_TEST_CASE (test_obsBias_constructor_bias)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_constructor_no_bias)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_copy_constructor_config_copy)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_copy_constructor_config_no_copy)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_copy_constructor_no_config_copy)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_copy_constructor_no_config_no_copy)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_destructor)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_compound_assignment_add_active)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_compound_assignment_add_inactive)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_value)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_read)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_write)
 
 test::BOOST_AUTO_TEST_CASE (test_obsBias_stream_output)