|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Test fixture for SQLite backend tests. More...


Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
| bool | connectToMemory () |
| bool | connectToFile () |
| bool | createTestTable () |
Protected Attributes | |
| std::unique_ptr< sqlite_backend > | backend_ |
| std::string | test_db_path_ |
Test fixture for SQLite backend tests.
Definition at line 35 of file sqlite_backend_test.cpp.
|
inlineprotected |
Definition at line 60 of file sqlite_backend_test.cpp.
References backend_, database::core::connection_config::database, and test_db_path_.
|
inlineprotected |
Definition at line 54 of file sqlite_backend_test.cpp.
References backend_, and database::core::connection_config::database.
|
inlineprotected |
Definition at line 66 of file sqlite_backend_test.cpp.
References backend_.
|
inlineoverrideprotected |
Definition at line 40 of file sqlite_backend_test.cpp.
References backend_, and test_db_path_.
|
inlineoverrideprotected |
Definition at line 45 of file sqlite_backend_test.cpp.
References backend_, and test_db_path_.
|
protected |
Definition at line 37 of file sqlite_backend_test.cpp.
Referenced by connectToFile(), connectToMemory(), createTestTable(), SetUp(), and TearDown().
|
protected |
Definition at line 38 of file sqlite_backend_test.cpp.
Referenced by connectToFile(), SetUp(), and TearDown().