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

Value

data class Value<T : Any> : GroupWithoutNullableEntries<T> (source)

Represents a GroupWithoutNullableEntries with a single value.

Constructors

<init>

Value(expected: T)

Represents a GroupWithoutNullableEntries with a single value.

Properties

expected

val expected: T

Functions

toList

fun toList(): <ERROR CLASS>