11#include <source_location>
27void describe(std::string_view description,
callback body, std::source_location location = std::source_location::current());
Defines the callback type used by the test framework.
Unit test framework functions and types.
Definition test.hpp:15
void describe(std::string_view description, callback body, std::source_location location=std::source_location::current())
Defines a nested test suite and immediately executes its registration body.
std::move_only_function< void()> callback
Callable block used by tests, suites, and hooks.
Definition callback.hpp:20