UnitTestResult.opCast

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

struct UnitTestResult
const
bool
opCast
(
T : bool
)
()

Return Value

Type: bool

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

Meta