AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TestStatisticLogic.h
Go to the documentation of this file.
1 #ifndef TESTSTATISTICLOGIC_H
2 #define TESTSTATISTICLOGIC_H
3 
4 #include "tests/TestCommon.h"
5 #include "tests/TestConfig.h"
6 
7 namespace EM
8 {
9  namespace Tests
10  {
12  {
13  public:
14  static void CheckContinuousTripLineAndTrip( TestConfig &testConfig, TestCommon *testCommon );
15  static void CheckContinuousTripVAT( TestCommon *testCommon );
16  static void CheckVAT( TestCommon *testCommon );
17  static void CheckPriceAndCappingFlag( TestConfig &testConfig, TestCommon *testCommon );
18  };
19  }
20 }
21 
22 #endif // TESTSTATISTICLOGIC_H
static void CheckVAT(TestCommon *testCommon)
Definition: TestStatisticLogic.cpp:119
static void CheckPriceAndCappingFlag(TestConfig &testConfig, TestCommon *testCommon)
Definition: TestStatisticLogic.cpp:154
Definition: TestConfig.h:21
Definition: TestCommon.h:22
static void CheckContinuousTripLineAndTrip(TestConfig &testConfig, TestCommon *testCommon)
Definition: TestStatisticLogic.cpp:29
Definition: TestStatisticLogic.h:11
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6
static void CheckContinuousTripVAT(TestCommon *testCommon)
Definition: TestStatisticLogic.cpp:72