doc / ch.tutteli.atrium.domain.builders.reporting / ExpectBuilder / OptionsChooser / withNullRepresentation

withNullRepresentation

abstract fun withNullRepresentation(representation: Any): Unit

Use the given representation as custom representation for null.

Notice, if you want to use text (e.g. a String) as representation, then wrap it into a RawString via RawString.create and pass the RawString instead.