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

Wert

data class Wert<out T> : GroupWithNullableEntries<T>, GroupWithoutNullableEntries<T> (source)

Represents a GroupWithoutNullableEntries with a single value.

Constructors

<init>

Wert(expected: T)

Represents a GroupWithoutNullableEntries with a single value.

Properties

expected

val expected: T

Functions

toList

fun toList(): <ERROR CLASS>

Returns the members of the group as List.