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