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

check

fun check(assertions: List<IAssertion>): Unit

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

Parameters

assertions - The assertions which shall be checked.

Exceptions

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