AppCore
Loading...
Searching...
No Matches
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
7namespace EM
8{
9 namespace Tests
10 {
12 {
13 CPPUNIT_TEST_SUITE ( TestCashDestinationZone );
14 CPPUNIT_TEST ( Check );
15 CPPUNIT_TEST_SUITE_END();
16
17 public:
20
21 void setUp();
22
23 void Check();
24 };
25 }
26}
27
28#endif // _TESTCASHDESTINATIONZONE_H_
Definition TestCashDestinationZone.h:12
void Check()
Definition TestCashDestinationZone.cpp:64
virtual ~TestCashDestinationZone()
Definition TestCashDestinationZone.cpp:51
void setUp()
Definition TestCashDestinationZone.cpp:55
TestCashDestinationZone()
Definition TestCashDestinationZone.cpp:46
Definition TestVehicle.h:12
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7