fun check(assertions: List<Assertion>): Unit
Uses assertionChecker to check the given assertions (see AssertionChecker.check).
assertions - The assertions which shall be checked.
AssertionError - Might throw an AssertionError if any of the assertions does not hold.