FV3 Bundle
|
#include <string>
#include <vector>
#include <boost/test/unit_test.hpp>
#include <boost/scoped_ptr.hpp>
#include "oops/interface/ObsVector.h"
#include "oops/runs/Test.h"
#include "oops/util/dot_product.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
Go to the source code of this file.
Classes | |
class | test::ObsVector< MODEL > |
Namespaces | |
test | |
Macros | |
#define | BOOST_TEST_NO_MAIN |
#define | BOOST_TEST_ALTERNATIVE_INIT_API |
#define | BOOST_TEST_DYN_LINK |
Functions | |
template<typename MODEL > | |
void | test::testConstructor () |
template<typename MODEL > | |
void | test::testCopyConstructor () |
template<typename MODEL > | |
void | test::testNotZero () |
#define BOOST_TEST_ALTERNATIVE_INIT_API |
Definition at line 18 of file oops/src/test/interface/ObsVector.h.
#define BOOST_TEST_DYN_LINK |
Definition at line 19 of file oops/src/test/interface/ObsVector.h.
#define BOOST_TEST_NO_MAIN |
Definition at line 17 of file oops/src/test/interface/ObsVector.h.