#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "oops/base/ObsVector.h"
#include "oops/interface/ObsSpace.h"
#include "oops/runs/Test.h"
#include "oops/util/DateTime.h"
#include "oops/util/Duration.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
 
Go to the source code of this file.
 | 
| template<typename OBS >  | 
| void  | test::testConstructor () | 
|   | Tests creation and destruction of ObsErrorCovariances.  More...
  | 
|   | 
| template<typename OBS >  | 
| void  | test::testSubwindows () | 
|   | tests that ObsSpaces created on subwindows have the same number obs as ObsSpaces created on the whole window  More...
  | 
|   | 
◆ ECKIT_TESTING_SELF_REGISTER_CASES
      
        
          | #define ECKIT_TESTING_SELF_REGISTER_CASES   0 |