#define is_less_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that the first value is is_less than the second value.
val1 | the first value. |
val2 | the second value. |
message | A facutative user message to display if the assertion fails. This message can be seen in the unit test results. |