doc / ch.tutteli.atrium.domain.creating / ListAssertions / getNullable

getNullable

abstract fun <T> getNullable(plant: AssertionPlant<List<T>>, index: Int): AssertionPlantNullable<T>
Deprecated: Switch from Assert to Expect and use `get` instead; will be removed with 1.0.0


abstract fun <T> getNullable(plant: AssertionPlant<List<T>>, index: Int, assertionCreator: AssertionPlantNullable<T>.() -> Unit): Assertion
Deprecated: Switch from Assert to Expect and use `get` instead; will be removed with 1.0.0