doc / ch.tutteli.atrium.creating / FeatureExpectOptionsChooser / withDescription

withDescription

open fun withDescription(description: String): Unit (source)
Deprecated: Use FeatureExpectOptionsChooser from atrium-logic; will be removed with 0.17.0

Wraps the given description into an Untranslatable and passes it to the overload which expects a Translatable -- this is then used as custom description instead of the previously defined description.

abstract fun withDescription(description: Translatable): Unit (source)
Deprecated: Use FeatureExpectOptionsChooser from atrium-logic; will be removed with 0.17.0

Uses the given description as custom description instead of the previously defined description.