|
kaycxx-assert
C++ assertion library
|
Asserts that two values are not equal.
The comparison rules are the inverse of assert_equal: normal values use operator==, while C string forms compare text content instead of pointer identity.
On failure, assert_not_equal throws assertion_error because the values compare equal.