#define throws_any_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that the staement does not throw an exception.
statement | The statement that verify. |
message | An optional user message to display if the assertion fails. This message can be seen in the unit test results. |