AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
8 namespace 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:
100  TestCardByway();
101  ~TestCardByway();
102 
103  void setUp();
104  void BywayTest();
105  };
106  }
107 }
108 
109 #endif // TESTCARDBYWAY_H
Definition: TestCard.h:16
~TestCardByway()
Definition: TestCardByway.cpp:43
Definition: TestVehicle.h:11
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
TestCardByway - tieto testy kontroluju vydavanie listkov do zon, pokial je/nie je na karte platny cas...
Definition: TestCardByway.h:93
void setUp()
Definition: TestCardByway.cpp:47
void BywayTest()
Definition: TestCardByway.cpp:53
TestCardByway()
Definition: TestCardByway.cpp:38