org.scalatest.DiagrammedAssertions
Assert that the passed in Bool
is true
, else fail with TestFailedException
with error message that include a diagram showing expression values.
Assert that the passed in Bool
is true
, else fail with TestFailedException
with error message that include a diagram showing expression values.
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
with error message that include a diagram showing expression values.
Assume that the passed in Bool
is true
, else throw TestCanceledException
with error message that include a diagram showing expression values.
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 overriden
assert
macro.