RMOL Logo  1.00.8
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
ForecasterTestSuite.hpp
Go to the documentation of this file.
1// STL
2#include <sstream>
3// CPPUNIT
4#include <cppunit/extensions/HelperMacros.h>
5
6class ForecasterTestSuite : public CppUnit::TestFixture {
7 CPPUNIT_TEST_SUITE (ForecasterTestSuite);
8 CPPUNIT_TEST (testQForecaster);
9 CPPUNIT_TEST_SUITE_END ();
10public:
11
14
17
18protected:
19 std::stringstream _describeKey;
20};
21
CPPUNIT_TEST_SUITE_REGISTRATION(ForecasterTestSuite)
std::stringstream _describeKey