#define is_zero_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that ta condition is zero.
value | The value to check is zero. |
message | A facutative user message to display if the assertion fails. This message can be seen in the unit test results. |