interface AssertionChecker
Checks given Assertions and reports if one of them fails.
abstract fun check(assertionVerb: Translatable, representation: Any?, assertions: List<Assertion>): Unit
Checks given assertions and reports if one of them fails (does not hold). open fun |