530 #define are_equal_ignoring_case_(...) __CMD_ASSERT_ARGS(are_equal_ignoring_case, __VA_ARGS__) 548 #define are_not_equal_ignoring_case_(...) __CMD_ASSERT_ARGS(are_not_equal_ignoring_case, __VA_ARGS__) 567 #define does_not_end_with_(...) __CMD_ASSERT_ARGS(does_not_end_with, __VA_ARGS__) 585 #define does_not_match_(...) __CMD_ASSERT_ARGS(does_not_match, __VA_ARGS__) 604 #define does_not_start_with_(...) __CMD_ASSERT_ARGS(does_not_start_with, __VA_ARGS__) 623 #define ends_with_(...) __CMD_ASSERT_ARGS(ends_with, __VA_ARGS__) 641 #define matches_(...) __CMD_ASSERT_ARGS(matches, __VA_ARGS__) 660 #define starts_with_(...) __CMD_ASSERT_ARGS(starts_with, __VA_ARGS__) The base class for assert.
Definition: base_assert.h:29
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
The string_assert class contains a collection of static methods that implement the most string assert...
Definition: string_assert.h:27
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition: stack_frame.h:37
Contains xtd::tunit::assert class.