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

◆ abort() [1/4]

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

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

Examples
xtd::tunit::assert::abort(); // test throws an abort_error exception.
static void abort()
Abort current test. This is used by the other assert functions.
Examples
math_assume.cpp.