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

NullableEntry

class NullableEntry<T : Any> : GroupWithNullableEntries<(Assert<T>.() -> Unit)?>
Deprecated: Use Entry instead, it was opened up to `(Assert<V>.() -> Unit)?` 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>

NullableEntry(assertionCreator: (Assert<T>.() -> Unit)?)

Properties

assertionCreator

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

Functions

toList

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

Returns the members of the group as List.