FeatureExpectOptions
data class FeatureExpectOptions<R>(val description: Translatable? = null, val representationInsteadOfFeature: (R) -> Any? = null)(source)
Additional (non-mandatory) options to create a FeatureExpect.
Properties
Functions
Link copied to clipboard
Merges the given options with this object creating a new FeatureExpectOptions where defined properties in options will have precedence over properties defined in this instance.