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

NullableValues

class NullableValues<T> : GroupWithNullableEntries<T>
Deprecated: Use Values instead, it was opened up to Any? in 0.8.0; will be removed with 1.0.0 -- see https://github.com/robstoll/atrium/releases/tag/v0.9.0#migration for migration hints and scripts.

Constructors

<init>

NullableValues(expected: T, vararg otherExpected: T)

Properties

otherExpected

vararg val otherExpected: Array<out T>

Functions

toList

fun toList(): List<T>

Returns the members of the group as List.