UnitTestResult.opCast

bool opCast(T : bool)() const

Simple check for whether execution should continue after unit tests have been run. Works with legacy code that expected a bool return.

Returns

true if execution should continue after testing is complete, false if

not.