hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MySQLSessionTests Class Reference

#include <MySQLSessionTests.h>

Inheritance diagram for MySQLSessionTests:
Collaboration diagram for MySQLSessionTests:

Public Member Functions

 MySQLSessionTests ()
 ~MySQLSessionTests ()
- Public Member Functions inherited from DataBaseSessionTest
 DataBaseSessionTest ()
virtual ~DataBaseSessionTest ()
virtual void setConnection (const std::string &key, const std::string &parameters)
virtual void closeConnection ()
virtual bool isConnected ()
virtual void countDataInDataBase (int &count)
virtual void insertObjectInDataBase ()
virtual void selectObjectFromDataBase ()
virtual void insertTupleInDataBase ()
virtual void selectAllTuplesDataFromDataBase ()
virtual void selectTupleDataFromDataBase ()
virtual void selectOneFieldFormDataBaseInTuple ()
virtual void createDataBase ()
virtual void dropDataBase ()
virtual void clearDataBase ()
void clearVector () throw ()

Protected Member Functions

void SetUp ()
void TearDown ()
void TestBody ()

Additional Inherited Members

- Protected Types inherited from DataBaseSessionTest
typedef Poco::Tuple< int,
std::string > 
person
typedef Poco::Tuple< std::string > person_name
- Protected Attributes inherited from DataBaseSessionTest
std::vector< person_namenamesOfPersons
std::vector< personpeople
std::vector< Objectobjects
Poco::SharedPtr
< HCE::database::DBSession
_pSession

Detailed Description

Definition at line 11 of file MySQLSessionTests.h.

Constructor & Destructor Documentation

MySQLSessionTests::MySQLSessionTests ( )

Definition at line 3 of file MySQLSessionTests.cpp.

MySQLSessionTests::~MySQLSessionTests ( )

Definition at line 7 of file MySQLSessionTests.cpp.

Member Function Documentation

void MySQLSessionTests::SetUp ( )
protectedvirtual

Reimplemented from DataBaseSessionTest.

Definition at line 11 of file MySQLSessionTests.cpp.

Here is the call graph for this function:

void MySQLSessionTests::TearDown ( )
protectedvirtual

Reimplemented from DataBaseSessionTest.

Definition at line 17 of file MySQLSessionTests.cpp.

Here is the call graph for this function:

void MySQLSessionTests::TestBody ( )
protected

Definition at line 25 of file MySQLSessionTests.cpp.


The documentation for this class was generated from the following files: