doc / ch.tutteli.atrium.domain.builders.assertions.builders / FixedClaimAssertionGroupTypeOption

FixedClaimAssertionGroupTypeOption

interface FixedClaimAssertionGroupTypeOption (source)

Option step which allows to specify the AssertionGroup.type.

Properties

withListType

abstract val withListType: FixedClaimAssertionGroupHoldsOption<ListAssertionGroupType>

Uses ListAssertionGroupType as AssertionGroup.type.

Functions

withType

abstract fun <T : AssertionGroupType> withType(type: T): FixedClaimAssertionGroupHoldsOption<T>

Uses the given type as AssertionGroup.type.