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