hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SQLiteSessionTests.h
Go to the documentation of this file.
1 #ifndef SQLITE_SESSION_TESTS
2 #define SQLITE_SESSION_TESTS
3 
4 #include <DataBaseSessionTest.h>
5 
6 using namespace Poco::Data;
7 
8 #define CORRECT_PARAMETERS_SQLite "test.db"
9 
11 public:
14 protected:
15  void SetUp ();
16  void TearDown ();
17  void TestBody();
18 };
19 
20 #endif