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

Value

data class Value<out T> : Group<T> (source)

Represents a Group with a single value.

Constructors

<init>

Value(expected: T)

Represents a Group with a single value.

Properties

expected

val expected: T

Functions

toList

fun toList(): List<T>

Returns the members of the group as List.