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

NullableValue

data class NullableValue<T> : GroupWithNullableEntries<T> (source)

Represents a GroupWithNullableEntries with a single nullable value.

Constructors

<init>

NullableValue(expected: T)

Represents a GroupWithNullableEntries with a single nullable value.

Properties

expected

val expected: T

Functions

toList

fun toList(): <ERROR CLASS>