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

Werte

class Werte<out T> : GroupWithoutNullableEntries<T>, GroupWithNullableEntries<T>, VarArgHelper<T>
Deprecated: api-cc-de_CH is discontinued, switch to api-fluent-en_GB; will be removed with 1.0.0

Represents a GroupWithoutNullableEntries of multiple values.

Constructors

<init>

Werte(expected: T, vararg otherExpected: T)

Represents a GroupWithoutNullableEntries of multiple values.

Properties

expected

val expected: T

The first argument in the argument list T, vararg T

otherExpected

vararg val otherExpected: Array<out T>

The second argument in the argument list T, vararg T

Inherited Properties

mapArguments

open val mapArguments: ArgumentMapperBuilder<T>

Creates an ArgumentMapperBuilder which allows to map expected and otherExpected.

Functions

toList

fun toList(): List<T>

Returns the members of the group as List.