8 #ifndef TEST_INTERFACE_OBSTESTSFIXTURE_H_ 9 #define TEST_INTERFACE_OBSTESTSFIXTURE_H_ 13 #include <boost/noncopyable.hpp> 14 #include <boost/scoped_ptr.hpp> 16 #include "eckit/config/LocalConfiguration.h" 19 #include "oops/util/DateTime.h" 20 #include "oops/util/Logger.h" 27 template <
typename MODEL>
49 return theObsTestsFixture;
52 boost::scoped_ptr<const util::DateTime>
tbgn_;
53 boost::scoped_ptr<const util::DateTime>
tend_;
61 #endif // TEST_INTERFACE_OBSTESTSFIXTURE_H_ oops::ObsSpaces< MODEL > ObsSpaces_
boost::scoped_ptr< ObsSpaces_ > ospaces_
static ObsSpaces_ & obspace()
static const eckit::Configuration & config()
boost::scoped_ptr< const util::DateTime > tbgn_
static ObsTestsFixture< MODEL > & getInstance()
boost::scoped_ptr< const util::DateTime > tend_
static const util::DateTime & tbgn()
static const util::DateTime & tend()