#define are_not_same_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that two objects do refer to differents objects.
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. |