11#include <source_location>
Defines the callback type used by the test framework.
Registered setup or teardown hook.
Definition hook.hpp:25
Defines registered test hooks.
Unit test framework functions and types.
Definition test.hpp:15
std::move_only_function< void()> callback
Callable block used by tests, suites, and hooks.
Definition callback.hpp:20
void before_all(callback body, std::source_location location=std::source_location::current())
Registers a hook that runs once before any tests in the current suite are executed.