AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AirlineScheduleTestSuite Class Reference

#include <test/airtsp/AirlineScheduleTestSuite.hpp>

+ Inheritance diagram for AirlineScheduleTestSuite:

Public Member Functions

void externalMemoryManagement ()
 
void scheduleParsing ()
 
 AirlineScheduleTestSuite ()
 

Protected Attributes

std::stringstream _describeKey
 

Detailed Description

Definition at line 6 of file AirlineScheduleTestSuite.hpp.

Constructor & Destructor Documentation

AirlineScheduleTestSuite::AirlineScheduleTestSuite ( )

Constructor.

Member Function Documentation

void AirlineScheduleTestSuite::externalMemoryManagement ( )

Test the Optimisation functionality.
The code is aimed at testing the initialization of airline inventory-related objects which are mainly implemented in the stdair library. That means the memory allocation of these objects will be managed by the calling project and not by the called project.

void AirlineScheduleTestSuite::scheduleParsing ( )

Member Data Documentation

std::stringstream AirlineScheduleTestSuite::_describeKey
protected

Definition at line 26 of file AirlineScheduleTestSuite.hpp.


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