Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
test_service_registration.cpp File Reference

Unit tests for database_system's service_container integration. More...

#include <gtest/gtest.h>
#include <kcenon/common/di/service_container.h>
#include <kcenon/common/interfaces/database_interface.h>
#include <kcenon/database/config/feature_flags.h>
Include dependency graph for test_service_registration.cpp:

Go to the source code of this file.

Detailed Description

Unit tests for database_system's service_container integration.

Tests validate that database_system types (IDatabase, database_manager) work correctly with common_system's service_container through the service_registration.h API.

Part of kcenon/common_system#369

Definition in file test_service_registration.cpp.