1.00.0
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
DemandGenerationTestSuite.hpp
Go to the documentation of this file.
1
// STL
2
#include <iosfwd>
3
// CPPUNIT
4
#include <cppunit/extensions/HelperMacros.h>
5
6
class
DemandGenerationTestSuite
:
public
CppUnit::TestFixture {
7
CPPUNIT_TEST_SUITE (
DemandGenerationTestSuite
);
8
CPPUNIT_TEST (
simpleEventGeneration
);
9
// CPPUNIT_TEST (errorCase);
10
CPPUNIT_TEST_SUITE_END ();
11
public
:
12
14
void
simpleEventGeneration
();
15
17
// void errorCase ();
18
20
DemandGenerationTestSuite
();
21
22
private
:
24
void
simpleEventGenerationHelper();
25
26
protected
:
27
std::stringstream
_describeKey
;
28
};
29
30
CPPUNIT_TEST_SUITE_REGISTRATION
(
DemandGenerationTestSuite
);
DemandGenerationTestSuite::_describeKey
std::stringstream _describeKey
Definition:
DemandGenerationTestSuite.hpp:27
DemandGenerationTestSuite
Definition:
DemandGenerationTestSuite.hpp:6
DemandGenerationTestSuite::simpleEventGeneration
void simpleEventGeneration()
DemandGenerationTestSuite::DemandGenerationTestSuite
DemandGenerationTestSuite()
CPPUNIT_TEST_SUITE_REGISTRATION
CPPUNIT_TEST_SUITE_REGISTRATION(DemandGenerationTestSuite)
Generated on Sat Sep 20 2014 14:00:20 for TraDemGen by
1.8.7