Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
BackendRegistryTest Class Reference
Inheritance diagram for BackendRegistryTest:
Inheritance graph
Collaboration diagram for BackendRegistryTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Detailed Description

Definition at line 153 of file backend_registry_test.cpp.

Member Function Documentation

◆ SetUp()

void BackendRegistryTest::SetUp ( )
inlineoverrideprotected

Definition at line 155 of file backend_registry_test.cpp.

156 {
157 // Clear registry before each test to ensure isolation
159 }
void clear()
Clear all registered backends (for testing)
static backend_registry & instance()
Get the singleton instance.

References database::core::backend_registry::clear(), and database::core::backend_registry::instance().

Here is the call graph for this function:

◆ TearDown()

void BackendRegistryTest::TearDown ( )
inlineoverrideprotected

Definition at line 161 of file backend_registry_test.cpp.

162 {
164 }

References database::core::backend_registry::clear(), and database::core::backend_registry::instance().

Here is the call graph for this function:

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