doc / ch.tutteli.atrium.checking / AssertionChecker

AssertionChecker

interface AssertionChecker

Checks given Assertions and reports if one of them fails.

Functions

check

abstract fun check(assertionVerb: Translatable, subject: Any, assertions: List<Assertion>): Unit

Checks given assertions and reports if one of them fails (does not hold).