8#include "../GlobalInterface.h"
12 inline void test(std::string_view description, std::function<
void()> body) {
14 description, function_pointer(std::move(body))
20 description, function_pointer(std::move(body))
28 description, function_pointer(std::move(body))
void test(std::string_view description, std::function< void()> body)
void define_test_fn(std::string_view description, FunctionPointer< void()> body)