Assert that the passed in Bool
is true
, else fail with TestFailedException
.
Assert that the passed in Bool
is true
, else fail with TestFailedException
.
the Bool
to assert for
optional clue to be included in TestFailedException
's error message when assertion failed
Assume that the passed in Bool
is true
, else throw TestCanceledException
.
Assume that the passed in Bool
is true
, else throw TestCanceledException
.
the Bool
to assume for
optional clue to be included in TestCanceledException
's error message when assertion failed
Helper class used by code generated by the
assert
macro.