doc / ch.tutteli.atrium.assertions / BasicAssertionGroup / <init>

<init>

BasicAssertionGroup(type: AssertionGroupType, description: Translatable, representation: Any, assertions: List<Assertion>)

A default implementation for AssertionGroup.

Parameters

type - The type of the group, e.g. FeatureAssertionGroupType.

description - The description of the group.

representation - The representation of the subject for which the assertions are defined.

assertions - The assertions of this group, which are defined for the subject represented by representation.

Constructor
A default implementation for AssertionGroup.