|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|


Protected Member Functions | |
| void | SetUp () override |
| void | TearDown () override |
Protected Attributes | |
| std::unique_ptr< redis_backend > | backend_ |
| connection_config | test_config_ |
Definition at line 31 of file redis_backend_test.cpp.
|
inlineoverrideprotected |
Definition at line 36 of file redis_backend_test.cpp.
References backend_, database::core::connection_config::database, database::core::connection_config::host, database::core::connection_config::password, database::core::connection_config::port, test_config_, and database::core::connection_config::username.
|
inlineoverrideprotected |
|
protected |
Definition at line 33 of file redis_backend_test.cpp.
Referenced by SetUp(), and TearDown().
|
protected |
Definition at line 34 of file redis_backend_test.cpp.
Referenced by SetUp().