1.00.1
C++ Simulated Revenue Accounting (RAC) System Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
YieldTestSuite.hpp
Go to the documentation of this file.
1
// STL
2
#include <iosfwd>
3
// CPPUNIT
4
#include <cppunit/extensions/HelperMacros.h>
5
7
class
YieldTestSuite
:
public
CppUnit::TestFixture {
8
CPPUNIT_TEST_SUITE (
YieldTestSuite
);
9
CPPUNIT_TEST (
simpleYield
);
10
// CPPUNIT_TEST (errorCase);
11
CPPUNIT_TEST_SUITE_END ();
12
public
:
13
15
void
simpleYield
();
16
18
// void errorCase ();
19
21
YieldTestSuite
();
22
23
private
:
25
void
simpleYieldHelper();
26
27
protected
:
28
std::stringstream
_describeKey
;
29
};
30
31
CPPUNIT_TEST_SUITE_REGISTRATION
(
YieldTestSuite
);
CPPUNIT_TEST_SUITE_REGISTRATION
CPPUNIT_TEST_SUITE_REGISTRATION(YieldTestSuite)
YieldTestSuite::_describeKey
std::stringstream _describeKey
Definition:
YieldTestSuite.hpp:28
YieldTestSuite
Definition:
YieldTestSuite.hpp:7
YieldTestSuite::YieldTestSuite
YieldTestSuite()
YieldTestSuite::simpleYield
void simpleYield()
Generated on Fri Feb 8 2019 22:36:34 for AirRAC by
1.8.5