#define succeed_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Generates a success with a generic message. 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. |