#define is_not_empty_ | ( | ... | ) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that collection does not contain any item.
value | The value to check is empty. |
message | An optional user message to display if the assertion fails. This message can be seen in the unit test results. |