atrium-api-cc-en_GB-jvm / ch.tutteli.atrium.api.cc.en_GB / Values

Values

class Values<out T>
Deprecated: Switch from api-cc-en_GB to api-fluent-en_GB; will be removed with 1.0.0

Represents a Group of multiple values.

Constructors

<init>

Values(expected: T, vararg otherExpected: T)

Represents a Group of multiple values.

Properties

expected

val expected: T

otherExpected

vararg val otherExpected: Array<out T>

Functions

toList

fun toList(): List<T>