doc / ch.tutteli.atrium.logic.creating.impl / RootExpectOptionsChooserImpl / withRepresentation

withRepresentation

fun withRepresentation(representationProvider: (T) -> Any): Unit (source)

Overrides OptionsChooser.withRepresentation

Uses the given representationProvider to retrieve a representation which can be based on the current subject where it is used as new representation of the subject instead of the representation that has been defined so far (which defaults to the subject itself).

Notice, if you want to use text (a String which is treated as raw string in reporting) as representation, then wrap it into a Text and pass it instead. If your text does not include the current subject, then we recommend to use the other overload which expects a String and does the wrapping for you.