1.00.0
C++ library of Revenue Management and Optimisation classes and functions
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Pages
UnconstrainerTestSuite.hpp
Go to the documentation of this file.
1
// STL
2
#include <sstream>
3
// CPPUNIT
4
#include <cppunit/extensions/HelperMacros.h>
5
6
class
UnconstrainerTestSuite
:
public
CppUnit::TestFixture {
7
CPPUNIT_TEST_SUITE (
UnconstrainerTestSuite
);
8
CPPUNIT_TEST (
testUnconstrainingByEM
);
9
CPPUNIT_TEST_SUITE_END ();
10
public
:
11
13
void
testUnconstrainingByEM
();
14
16
UnconstrainerTestSuite
();
17
18
protected
:
19
std::stringstream
_describeKey
;
20
};
21
22
CPPUNIT_TEST_SUITE_REGISTRATION
(
UnconstrainerTestSuite
);
Generated on Tue Dec 25 2012 17:52:21 for RMOL by
1.8.1.1