12#include <source_location>
30 std::string_view reason = {},
31 std::optional<std::source_location> location = std::source_location::current()
Defines the assertion_error type.
Unit test framework functions and types.
Definition test.hpp:15
void assert_true(bool actual, std::string_view reason={}, std::optional< std::source_location > location=std::source_location::current())
Asserts that the argument is true.