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