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

<init>

FixHoldsAssertionGroup(type: AssertionGroupType, name: Translatable, subject: Any, assertions: List<Assertion>, holds: Boolean)

Represents a group of Assertions -- it has a certain type, a name, a subject, assertions and a fixed value for holds which does not depend on assertions (usually indirectly).

Parameters

type - The type of the group, e.g. FeatureAssertionGroupType. 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. holds - Indicates whether the assertions hold or not

Constructor
Represents a group of Assertions -- it has a certain type, a name, a subject, assertions and a fixed value for holds which does not depend on assertions (usually indirectly).