abstract fun fail(assertionVerb: ITranslatable, subject: Any, assertion: IAssertion): Unit
Reports that the given assertion fails (does not hold).
assertionVerb
- The assertion verb which will be used in reporting.
subject
- The subject for which the assertion has been created.
assertion
- The assertion which fails.
AssertionError
- An implementation might throw AssertionError.
IllegalArgumentException
- in case the assertion holds.