interface GroupTypeOption : GroupTypeOption<FinalStep>
(source)
open val withFeatureType: HoldsOption<FeatureAssertionGroupType, R>
|
|
open val withListType: HoldsOption<ListAssertionGroupType, R>
|
abstract fun <T : AssertionGroupType> withType(groupType: T): HoldsOption<T, R>
Uses the given groupType as AssertionGroup.type. |
fun create(): GroupTypeOption |