AppCore
Loading...
Searching...
No Matches
TestCashCombinedTicket.h
Go to the documentation of this file.
1#ifndef TESTCASHCOMBINEDTICKET_H
2#define TESTCASHCOMBINEDTICKET_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( TestCashCombinedTicket );
14 CPPUNIT_TEST( BIDCases );
15 CPPUNIT_TEST_SUITE_END();
16
17 public:
20
21 void setUp();
22
23 void BIDCases();
24 };
25 }
26}
27
28#endif // TESTCASHCOMBINEDTICKET_H
Definition TestCashCombinedTicket.h:12
void setUp()
Definition TestCashCombinedTicket.cpp:43
void BIDCases()
Definition TestCashCombinedTicket.cpp:52
TestCashCombinedTicket()
Definition TestCashCombinedTicket.cpp:32
virtual ~TestCashCombinedTicket()
Definition TestCashCombinedTicket.cpp:38
Definition TestVehicle.h:12
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7