AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TestCardSeparateInterchangeForFellows.h
Go to the documentation of this file.
1 #ifndef TESTCARDSEPARATEINTERCHANGEFORFELLOWS_H
2 #define TESTCARDSEPARATEINTERCHANGEFORFELLOWS_H
3 
4 #include <cppunit/extensions/HelperMacros.h>
5 #include "tests/TestVehicle.h"
6 #include "TestCard.h"
7 
8 namespace EM
9 {
10  namespace Tests
11  {
44  {
45  CPPUNIT_TEST_SUITE( TestCardSeparateInterchangeForFellows );
46  CPPUNIT_TEST( CheckInterchange );
47  CPPUNIT_TEST_SUITE_END();
48 
49  public:
52 
53  void setUp();
54  void tearDown();
55 
56  void CheckInterchange();
57 
58  private:
59  class DataClass;
60  DataClass *d;
61  };
62  }
63 }
64 
65 #endif // TESTCARDSEPARATEINTERCHANGEFORFELLOWS_H
Definition: TestCard.h:16
void tearDown()
Definition: TestCardSeparateInterchangeForFellows.cpp:146
virtual ~TestCardSeparateInterchangeForFellows()
Definition: TestCardSeparateInterchangeForFellows.cpp:135
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
Definition: TestCardSeparateInterchangeForFellows.cpp:37
Definition: TestVehicle.h:11
void setUp()
Definition: TestCardSeparateInterchangeForFellows.cpp:140
TestCardSeparateInterchangeForFellows - Test for separate interchange of fellow travellers. Every fellow traveller OWT is written on separate ticketIndex. Interchange is done for single passenger at once (separate issue for owner, separate issue for first fellow, ...).
Definition: TestCardSeparateInterchangeForFellows.h:43
TestCardSeparateInterchangeForFellows()
Definition: TestCardSeparateInterchangeForFellows.cpp:129
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
void CheckInterchange()
Definition: TestCardSeparateInterchangeForFellows.cpp:151