doc / ch.tutteli.atrium.reporting / RawString

RawString

data class RawString (source)

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.

Functions

toString fun toString(): String

Companion Object Properties

NULL val NULL: RawString

The representation for null.