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