FV3 Bundle
|
#include <boost/scoped_ptr.hpp>
#include <boost/test/unit_test.hpp>
#include "./TestConfig.h"
#include "eckit/config/LocalConfiguration.h"
#include "lorenz95/ObsTable.h"
#include "lorenz95/ObsVec1D.h"
#include "test/TestFixture.h"
Go to the source code of this file.
Classes | |
class | test::ObsVecTestFixture |
Namespaces | |
test | |
Functions | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_constructor) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_nobs) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_read) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_copy_constructor_copy) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_copy_constructor_no_copy) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_classname) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_assignment) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_compound_assignment_multiply_double) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_compound_assignment_add) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_compound_assignment_subtract) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_compound_assignment_multiply) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_compound_assignment_divide) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_zero) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_axpy) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_invert) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_random) | |
test::BOOST_AUTO_TEST_CASE (test_ObsVec1D_dot_product_with) | |