AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TestCardDestinationZone.h
Go to the documentation of this file.
1 #ifndef _TESTCARDDESTINATIONZONE_H_
2 #define _TESTCARDDESTINATIONZONE_H_
3 
4 #include "tests/TestVehicle.h"
5 #include "TestCard.h"
6 #include <cppunit/extensions/HelperMacros.h>
7 
8 namespace EM
9 {
10  namespace Tests
11  {
13  {
14  CPPUNIT_TEST_SUITE ( TestCardDestinationZone );
15  CPPUNIT_TEST ( Check );
16  CPPUNIT_TEST_SUITE_END();
17 
18  public:
20  virtual ~TestCardDestinationZone();
21 
22  void setUp();
23 
24  void Check();
25  };
26  }
27 }
28 
29 #endif // _TESTCARDDESTINATIONZONE_H_
void setUp()
Definition: TestCardDestinationZone.cpp:56
Definition: TestCard.h:16
void Check()
Definition: TestCardDestinationZone.cpp:65
Definition: TestVehicle.h:11
TestCardDestinationZone()
Definition: TestCardDestinationZone.cpp:47
Definition: TestCardDestinationZone.h:12
virtual ~TestCardDestinationZone()
Definition: TestCardDestinationZone.cpp:52
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6