#define fail_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Throws an xtd::tunit::assert_error exception. This is used by the other assert functions.
message | An optional user message to display if the assertion fails. This message can be seen in the unit test results. |
xtd::tunit::assert_error | If bad assertion. |