doc / ch.tutteli.atrium.creating / AssertionPlantWithCommonFields / CommonFields / check

check

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

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.