xtd 0.2.0
Loading...
Searching...
No Matches

◆ ignore() [1/4]

static void xtd::tunit::base_assert::ignore ( )
static

Ignore current test. This is used by the other assert functions.

Examples
xtd::tunit::assert::ignore(); // test throws an ignore_error exception.
static void ignore()
Ignore current test. This is used by the other assert functions.