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

<init>

FixHoldsAssertionGroup(type: IAssertionGroupType, name: ITranslatable, subject: Any, assertions: List<IAssertion>, holds: Boolean)

Represents a group of IAssertions -- 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. IFeatureAssertionGroupType. 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 IAssertions -- it has a certain type, a name, a subject, assertions and a fixed value for holds which does not depend on assertions (usually indirectly).