AssertionsHelper
class AssertionsHelper
Helper class used by code generated by the assert macro.
class Object
trait Matchable
class Any
Value members
Concrete methods
Assert that the passed in Bool is true, else fail with TestFailedException.
Assert that the passed in Bool is true, else fail with TestFailedException.
- Value parameters:
- bool
the
Boolto assert for- clue
optional clue to be included in
TestFailedException's error message when assertion failed