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

Werte

class Werte<T : Any> : GroupWithoutNullableEntries<T> (source)

Represents a GroupWithoutNullableEntries of multiple values.

Constructors

<init>

Werte(expected: T, vararg otherExpected: T)

Represents a GroupWithoutNullableEntries of multiple values.

Properties

otherExpected

vararg val otherExpected: Array<out T>

Functions

toList

fun toList(): <ERROR CLASS>