#define is_greater_or_equal_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that the first value is greater than or equal to 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. |