doc / ch.tutteli.atrium.creating / ReportingAssertionContainer / AssertionCheckerDecorator / check

check

abstract fun check(assertions: List<Assertion>): Unit

Uses assertionChecker to check the given assertions (see AssertionChecker.check).

Parameters

assertions - The assertions which shall be checked.

Exceptions

AssertionError - Might throw an AssertionError if any of the assertions does not hold.