doc / ch.tutteli.atrium.assertions.builders.impl.representationOnly / RepresentationOnlyAssertionImpl / representation

representation

val representation: Any? (source)

Overrides RepresentationOnlyAssertion.representation

The representation of an instance such as 1, null etc.

Typically an expected value specified by the test writer, e.g. 1, 2 and 3 in isNoneOf(1, 2, 3)