#define all_items_are_instances_of_ | ( | type_t, | |
... | |||
) |
#include <xtd.tunit/include/xtd/tunit/collection_assert.h>
Asserts that all collection items are of the type supplied or a derived type.
value | The object to verify |
message | An optional user message to display if the assertion fails. This message can be seen in the unit test results. |