Go to the source code of this file.
Functions |
| TEST (MySQLSessionTest, CheckMySQLConnectionWithCorrectConnectionParameters) |
| TEST (MySQLSessionTest, CheckMySQLConnectionWithIncorrectConnectionParameters) |
| TEST_F (MySQLSessionTests, insertTupleInDataBase) |
| TEST_F (MySQLSessionTests, selectOneFieldFromDataBase) |
| TEST_F (MySQLSessionTests, CountDataInEmptyDataBase) |
| TEST_F (MySQLSessionTests, CountDataInDataBase) |
| TEST_F (MySQLSessionTests, DeleteDataFromDataBase) |
| TEST_F (MySQLSessionTests, UseTypeHandler) |
| TEST (SQLiteSessionTest, CheckSQLiteConnectionWithCorrectConnectionParameters) |
| TEST_F (SQLiteSessionTests, insertTupleInDataBase) |
| TEST_F (SQLiteSessionTests, selectOneFieldFromDataBase) |
| TEST_F (SQLiteSessionTests, CountDataInEmptyDataBase) |
| TEST_F (SQLiteSessionTests, CountDataInDataBase) |
| TEST_F (SQLiteSessionTests, DeleteDataFromDataBase) |
| TEST_F (SQLiteSessionTests, UseTypeHandler) |
int | main (int argc, char **argv) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
TEST |
( |
MySQLSessionTest |
, |
|
|
CheckMySQLConnectionWithCorrectConnectionParameters |
|
|
) |
| |
TEST |
( |
MySQLSessionTest |
, |
|
|
CheckMySQLConnectionWithIncorrectConnectionParameters |
|
|
) |
| |
TEST |
( |
SQLiteSessionTest |
, |
|
|
CheckSQLiteConnectionWithCorrectConnectionParameters |
|
|
) |
| |