AirInv Logo  1.00.1
C++ Simulated Airline Inventory Management System library
InventoryTestSuite Class Reference

#include <test/airinv/InventoryTestSuite.hpp>

+ Inheritance diagram for InventoryTestSuite:

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: