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

NullableEintraege

class NullableEintraege<T : Any> : GroupWithNullableEntries<(Assert<T>.() -> Unit)?>
Deprecated: Use Eintraege instead, it was opened up to Any? in 0.8.0; will be removed with 1.0.0

Constructors

<init>

NullableEintraege(assertionCreatorOrNull: (Assert<T>.() -> Unit)?, vararg otherAssertionCreatorsOrNulls: (Assert<T>.() -> Unit)?)

Properties

assertionCreatorOrNull

val assertionCreatorOrNull: (Assert<T>.() -> Unit)?

otherAssertionCreatorsOrNulls

vararg val otherAssertionCreatorsOrNulls: Array<(Assert<T>.() -> Unit)?>

Functions

toList

fun toList(): List<(Assert<T>.() -> Unit)?>

Returns the members of the group as List.