Assert that the passed in expression is true
, else fail with TestFailedException
.
Assert that the passed in expression is true
, else fail with TestFailedException
.
the LHS of the expression
the operator of the expression
the RHS of the expression
Boolean
expression to assert for
optional clue to be included in TestFailedException
's error message when assertion failed
Assert that the passed in expression is true
, else fail with TestFailedException
.
Assert that the passed in expression is true
, else fail with TestFailedException
.
Boolean
expression to assert for
optional clue to be included in TestFailedException
's error message when assertion failed
Assume that the passed in expression is true
, else throw TestCanceledException
.
Assume that the passed in expression is true
, else throw TestCanceledException
.
the LHS of the expression
the operator of the expression
the RHS of the expression
Boolean
expression to assume for
optional clue to be included in TestCanceledException
's error message when assertion failed
Assume that the passed in expression is true
, else throw TestCanceledException
.
Assume that the passed in expression is true
, else throw TestCanceledException
.
Boolean
expression 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.