#define is_instance_of_ | ( | type_t, | |
... | |||
) |
#include <xtd.tunit/include/xtd/tunit/assert.h>
Asserts that an object is 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. |