AppCore
Loading...
Searching...
No Matches
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
8namespace 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
TestCardSeparateInterchangeForFellows - Test for separate interchange of fellow travellers....
Definition TestCardSeparateInterchangeForFellows.h:44
virtual ~TestCardSeparateInterchangeForFellows()
Definition TestCardSeparateInterchangeForFellows.cpp:135
void setUp()
Definition TestCardSeparateInterchangeForFellows.cpp:140
void tearDown()
Definition TestCardSeparateInterchangeForFellows.cpp:146
TestCardSeparateInterchangeForFellows()
Definition TestCardSeparateInterchangeForFellows.cpp:129
void CheckInterchange()
Definition TestCardSeparateInterchangeForFellows.cpp:151
Definition TestCard.h:17
Definition TestVehicle.h:12
Definition TestCardSeparateInterchangeForFellows.cpp:38
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7