hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
MySQLSessionTests.h
Go to the documentation of this file.
1
#ifndef MYSQL_SESSION_TESTS
2
#define MYSQL_SESSION_TESTS
3
4
#include <
DataBaseSessionTest.h
>
5
6
using namespace
Poco::Data;
7
8
#define CORRECT_PARAMETERS_MySQL "host=localhost;user=root;password=7264260;db=test;compress=true;auto-reconnect=true"
9
#define INCORRECT_PARAMETERS_MySQL "host=localhost;user=root;password=7264260;db=incorrect_test;compress=true;auto-reconnect=true"
10
11
class
MySQLSessionTests
:
public
DataBaseSessionTest
{
12
public
:
13
MySQLSessionTests
();
14
~
MySQLSessionTests
();
15
protected
:
16
void
SetUp ();
17
void
TearDown ();
18
void
TestBody();
19
};
20
21
#endif
sources
utils
applicationFramework
tests
MySQLSessionTests.h
Generated on Tue Jun 30 2015 19:42:10 for hce-node application by
1.8.1.2