AirInv Logo  1.00.0
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InventoryTestSuite Class Reference

#include <test/airinv/InventoryTestSuite.hpp>

+ Inheritance diagram for InventoryTestSuite:

List of all members.

Public Member Functions

void simpleInventory ()
 InventoryTestSuite ()

Protected Attributes

std::stringstream _describeKey

Detailed Description

Utility class for CPPUnit-based testing.

Definition at line 7 of file InventoryTestSuite.hpp.


Constructor & Destructor Documentation

InventoryTestSuite::InventoryTestSuite ( )

Test some error detection functionalities. Constructor.


Member Function Documentation

void InventoryTestSuite::simpleInventory ( )

Test a simple inventory functionality.


Member Data Documentation

std::stringstream InventoryTestSuite::_describeKey
protected

Definition at line 28 of file InventoryTestSuite.hpp.


The documentation for this class was generated from the following file: