AppCore
Loading...
Searching...
No Matches
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
8namespace EM
9{
10 namespace Tests
11 {
13 {
14 CPPUNIT_TEST_SUITE ( TestCardDestinationZone );
15 CPPUNIT_TEST ( Check );
16 CPPUNIT_TEST_SUITE_END();
17
18 public:
21
22 void setUp();
23
24 void Check();
25 };
26 }
27}
28
29#endif // _TESTCARDDESTINATIONZONE_H_
Definition TestCardDestinationZone.h:13
virtual ~TestCardDestinationZone()
Definition TestCardDestinationZone.cpp:52
void Check()
Definition TestCardDestinationZone.cpp:65
TestCardDestinationZone()
Definition TestCardDestinationZone.cpp:47
void setUp()
Definition TestCardDestinationZone.cpp:56
Definition TestCard.h:17
Definition TestVehicle.h:12
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7