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.cpp
Go to the documentation of this file.
1
#include <
MySQLSessionTests.h
>
2
3
MySQLSessionTests::MySQLSessionTests
() {
4
Poco::Data::MySQL::Connector::registerConnector();
5
}
6
7
MySQLSessionTests::~MySQLSessionTests
() {
8
9
}
10
11
void
MySQLSessionTests::SetUp
() {
12
DataBaseSessionTest::SetUp
();
13
DataBaseSessionTest::setConnection
(
MYSQL_KEY
,
CORRECT_PARAMETERS_MySQL
);
14
DataBaseSessionTest::createDataBase
();
15
}
16
17
void
MySQLSessionTests::TearDown
() {
18
DataBaseSessionTest::TearDown
();
19
20
DataBaseSessionTest::clearDataBase
();
21
DataBaseSessionTest::dropDataBase
();
22
DataBaseSessionTest::closeConnection
();
23
}
24
25
void
MySQLSessionTests::TestBody
() {
26
}
sources
utils
applicationFramework
tests
MySQLSessionTests.cpp
Generated on Tue Jun 30 2015 19:42:10 for hce-node application by
1.8.1.2