#define are_not_equal_ignoring_case_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/string_assert.h>
Asserts that two type are not equal ignoring case.
expected | the expected value. |
actual | the actual value. |
message | An optional user message to display if the assertion fails. This message can be seen in the unit test results. |