atrium-impl-common / ch.tutteli.atrium.assertions / AssertionGroup / <init>

<init>

AssertionGroup(name: String, subject: Any, assertions: List<IAssertion>)

Parameters

name - The name of the group.

subject - The subject for which the assertions are defined.

assertions - The assertions of this group, which are defined for subject.

Constructor