doc / ch.tutteli.atrium.domain.creating / ListAssertions / getNullable
getNullable
abstract fun <T> getNullable(plant: AssertionPlant<List<T>>, index: Int): AssertionPlantNullable<T>
(source)
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
(source)
Deprecated: Switch from Assert to Expect and use `get` instead; will be removed with 1.0.0