AppCore
Loading...
Searching...
No Matches
TestCardCustomerProfiles.h
Go to the documentation of this file.
1#ifndef TESTCARDCUSTOMERPROFILES_H
2#define TESTCARDCUSTOMERPROFILES_H
3
4#include "tests/TestVehicle.h"
5#include "TestCard.h"
6#include <cppunit/extensions/HelperMacros.h>
7
24namespace EM
25{
26 namespace Tests
27 {
29 {
30 CPPUNIT_TEST_SUITE ( TestCardCustomerProfiles );
31 CPPUNIT_TEST ( CheckValidCustomerProfileIndex );
32 CPPUNIT_TEST_SUITE_END();
33
34 public:
37
38 void setUp();
40
41 private:
42 class DataClass;
43 DataClass *d;
44 };
45 }
46}
47#endif // TESTCARDCUSTOMERPROFILES_H
Definition TestCardCustomerProfiles.h:29
void setUp()
Definition TestCardCustomerProfiles.cpp:94
~TestCardCustomerProfiles()
Definition TestCardCustomerProfiles.cpp:90
void CheckValidCustomerProfileIndex()
Definition TestCardCustomerProfiles.cpp:100
TestCardCustomerProfiles()
Definition TestCardCustomerProfiles.cpp:84
Definition TestCard.h:17
Definition TestVehicle.h:12
Definition TestCardCustomerProfiles.cpp:31
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7