AppCore
Loading...
Searching...
No Matches
TestCardByway.h
Go to the documentation of this file.
1#ifndef TESTCARDBYWAY_H
2#define TESTCARDBYWAY_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 {
93 class TestCardByway : public TestVehicle, public TestCard
94 {
95 CPPUNIT_TEST_SUITE ( TestCardByway );
96 CPPUNIT_TEST ( BywayTest );
97 CPPUNIT_TEST_SUITE_END();
98
99 public:
102
103 void setUp();
104 void BywayTest();
105 };
106 }
107}
108
109#endif // TESTCARDBYWAY_H
TestCardByway - tieto testy kontroluju vydavanie listkov do zon, pokial je/nie je na karte platny cas...
Definition TestCardByway.h:94
void BywayTest()
Definition TestCardByway.cpp:53
TestCardByway()
Definition TestCardByway.cpp:38
~TestCardByway()
Definition TestCardByway.cpp:43
void setUp()
Definition TestCardByway.cpp:47
Definition TestCard.h:17
Definition TestVehicle.h:12
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7