1.00.1
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
InventoryTestSuite.hpp
Go to the documentation of this file.
1
// STL
2
#include <iosfwd>
3
// CPPUNIT
4
#include <cppunit/extensions/HelperMacros.h>
5
7
class
InventoryTestSuite
:
public
CppUnit::TestFixture {
8
CPPUNIT_TEST_SUITE (
InventoryTestSuite
);
9
CPPUNIT_TEST (
simpleInventory
);
10
// CPPUNIT_TEST (errorCase);
11
CPPUNIT_TEST_SUITE_END ();
12
public
:
13
15
void
simpleInventory
();
16
18
// void errorCase ();
19
21
InventoryTestSuite
();
22
23
private
:
25
void
simpleInventoryHelper();
26
27
protected
:
28
std::stringstream
_describeKey
;
29
};
30
31
CPPUNIT_TEST_SUITE_REGISTRATION
(
InventoryTestSuite
);
InventoryTestSuite
Definition:
InventoryTestSuite.hpp:7
InventoryTestSuite::InventoryTestSuite
InventoryTestSuite()
InventoryTestSuite::simpleInventory
void simpleInventory()
CPPUNIT_TEST_SUITE_REGISTRATION
CPPUNIT_TEST_SUITE_REGISTRATION(InventoryTestSuite)
InventoryTestSuite::_describeKey
std::stringstream _describeKey
Definition:
InventoryTestSuite.hpp:28
Generated on Mon Jan 21 2019 04:05:04 for AirInv by
1.8.5