|
cppfig 0.1.0
Modern C++20 compile-time type-safe configuration library
|
Test fixture helper for configuration tests. More...
#include <mock.h>
Static Public Member Functions | |
| static auto | CreateTempFilePath (std::string_view prefix="test_config") -> std::string |
| Creates a temporary file path for testing. | |
| static void | RemoveFile (const std::string &path) |
| Removes a file if it exists. | |
Test fixture helper for configuration tests.
Provides utilities for setting up test configurations with temporary files and cleanup.
|
inlinestatic |
Creates a temporary file path for testing.
|
inlinestatic |
Removes a file if it exists.