doc / ch.tutteli.atrium.api.cc.en_GB / NullableValues

NullableValues

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

Represents a GroupWithNullableEntries of multiple nullable values.

Constructors

<init>

NullableValues(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>