doc / ch.tutteli.atrium.reporting / RawString

RawString

data class RawString : IRawString

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

See Also

IObjectFormatter

Constructors

<init>

RawString(string: String)

Properties

string

val string: String

The string which should be treated as raw String.

Companion Object Properties

NULL

val NULL: RawString

The representation for null.