doc / ch.tutteli.atrium.domain.builders.assertions.builders / FixedClaimLikeGroup / GroupTypeOption

GroupTypeOption

interface GroupTypeOption<R> (source)

Option step which allows to specify the AssertionGroup.type.

Properties

withFeatureType

open val withFeatureType: HoldsOption<FeatureAssertionGroupType, R>

Uses ListAssertionGroupType as AssertionGroup.type.

withListType

open val withListType: HoldsOption<ListAssertionGroupType, R>

Uses ListAssertionGroupType as AssertionGroup.type.

Functions

withType

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

Uses the given groupType as AssertionGroup.type.

Inheritors

GroupTypeOption

interface GroupTypeOption : GroupTypeOption<FinalStep>

GroupTypeOption

interface GroupTypeOption : GroupTypeOption<FinalStep>