doc / ch.tutteli.atrium.assertions.builders / PartiallyFixedClaimGroup / GroupTypeOption

GroupTypeOption

interface GroupTypeOption : FixedClaimLikeGroup.GroupTypeOption<PartiallyFixedClaimGroup.FinalStep>

Option step which allows to specify the AssertionGroup.type.

Inherited Properties

withFeatureType

open val withFeatureType: FixedClaimLikeGroup.HoldsOption<FeatureAssertionGroupType, R>

Uses ListAssertionGroupType as AssertionGroup.type.

withListType

open val withListType: FixedClaimLikeGroup.HoldsOption<ListAssertionGroupType, R>

Uses ListAssertionGroupType as AssertionGroup.type.

Inherited Functions

withType

abstract fun <T : AssertionGroupType> withType(groupType: T): FixedClaimLikeGroup.HoldsOption<T, R>

Uses the given groupType as AssertionGroup.type.

Companion Object Functions

create

fun create(): PartiallyFixedClaimGroup.GroupTypeOption