doc / ch.tutteli.atrium.api.cc.de_CH / NullableWerte

NullableWerte

class NullableWerte<T> : GroupWithNullableEntries<T> (source)

Represents a GroupWithNullableEntries of multiple nullable values.

Constructors

<init>

NullableWerte(expected: T, vararg otherExpected: T)

Represents a GroupWithNullableEntries of multiple nullable values.

Properties

otherExpected

vararg val otherExpected: Array<out T>

Functions

toList

fun toList(): <ERROR CLASS>