#include <dius/test/test_case.h>
Public Member Functions | |
constexpr | TestCase (di::TransparentStringView suite_name, di::TransparentStringView case_name, TestCaseFunction function) |
constexpr auto | suite_name () const -> di::TransparentStringView |
constexpr auto | case_name () const -> di::TransparentStringView |
constexpr void | execute () const |
Friends | |
constexpr friend auto | operator== (TestCase const &a, TestCase const &b) -> bool |
constexpr friend auto | operator<=> (TestCase const &a, TestCase const &b) -> di::strong_ordering |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |