doc / ch.tutteli.atrium.domain.builders.creating / ListAssertionsBuilder / getNullable

getNullable

fun <T> getNullable(plant: AssertionPlant<List<T>>, index: Int): AssertionPlantNullable<T>

Overrides ListAssertions.getNullable


Deprecated: Switch from Assert to Expect; will be removed with 1.0.0


inline fun <T> getNullable(plant: AssertionPlant<List<T>>, index: Int, noinline assertionCreator: AssertionPlantNullable<T>.() -> Unit): Assertion

Overrides ListAssertions.getNullable


Deprecated: Switch from Assert to Expect; will be removed with 1.0.0