fun check(assertionVerb: Translatable, subject: Any, assertions: List<Assertion>): Unit
Creates an AssertionGroup -- based on the given assertionVerb, subject and assertions -- formats it for reporting using the reporter and checks whether it holds.
assertionVerb - I used as AssertionGroup.name.
subject - Is used as AssertionGroup.subject.
assertions - Is used as AssertionGroup.assertions.
AssertionError - In case the created AssertionGroup does not hold.