#define is_not_null_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that the pointer is not null.
pointer | The pointer to check is null. |
message | An optional user message to display if the assertion fails. This message can be seen in the unit test results. |