doc / ch.tutteli.atrium.checking / AssertionChecker

AssertionChecker

interface AssertionChecker (source)

Checks given Assertions and reports if one of them fails.

Functions

check

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

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