doc / ch.tutteli.atrium.reporting / Text

Text

data class Text (source)

Use this class to represent a String which should be treated as raw String in reporting.

See Also

ObjectFormatter

Properties

string

val string: String

The string which should be treated as raw String.

Companion Object Properties

EMPTY

val EMPTY: Text

An empty string as Text

NULL

val NULL: Text

The representation of null as Text.

Companion Object Functions

invoke

operator fun invoke(string: String): Text