7#include "../GlobalInterface.h"
11 inline void it(std::string_view description, std::function<
void()> body) {
13 description, function_pointer(std::move(body))
19 description, function_pointer(std::move(body))
void it(std::string_view description, std::function< void()> body)
void define_test_fn(std::string_view description, FunctionPointer< void()> body)