|
ORE Studio 0.0.4
|
Catch2 listener that manages database lifecycle for tests. More...
#include <database_lifecycle_listener.hpp>
Inherits EventListenerBase.

Catch2 listener that manages database lifecycle for tests.
This listener creates a unique test database when tests start running and cleans it up when tests complete. It only creates databases when tests are actually executed, not during test discovery.