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

Wert

data class Wert<T : Any> : 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>