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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Detailed Description

Definition at line 149 of file unit_tests.cpp.

Member Function Documentation

◆ SetUp()

void ORMTest::SetUp ( )
inlineoverrideprotected

Definition at line 151 of file unit_tests.cpp.

151 {
152 // Clean setup for ORM tests
153 }

◆ TearDown()

void ORMTest::TearDown ( )
inlineoverrideprotected

Definition at line 155 of file unit_tests.cpp.

155 {
156 // ORM cleanup
157 }

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