interface GroupTypeOption<R>
(source)
Option step which allows to specify the AssertionGroup.type.
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. |
interface GroupTypeOption : GroupTypeOption<FinalStep> |
|
interface GroupTypeOption : GroupTypeOption<FinalStep> |