#include <test/airsched/AirlineScheduleTestSuite.hpp>
Public Member Functions | |
void | externalMemoryManagement () |
void | scheduleParsing () |
AirlineScheduleTestSuite () | |
Protected Attributes | |
std::stringstream | _describeKey |
Definition at line 6 of file AirlineScheduleTestSuite.hpp.
AirlineScheduleTestSuite::AirlineScheduleTestSuite | ( | ) |
Constructor.
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 | ( | ) |
std::stringstream AirlineScheduleTestSuite::_describeKey [protected] |
Definition at line 26 of file AirlineScheduleTestSuite.hpp.