AirTSP Logo  1.01.14
C++ Simulated Airline Travel Solution Provider (TSP) Library
Loading...
Searching...
No Matches
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::AirlineScheduleTestSuite ( )

Constructor.

Member Function Documentation

◆ externalMemoryManagement()

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.

◆ scheduleParsing()

void AirlineScheduleTestSuite::scheduleParsing ( )

Member Data Documentation

◆ _describeKey

std::stringstream AirlineScheduleTestSuite::_describeKey
protected

Definition at line 26 of file AirlineScheduleTestSuite.hpp.


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