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

get

abstract fun <T : Any> get(plant: AssertionPlant<List<T>>, index: Int): AssertionPlant<T> (source)
abstract fun <T : Any> get(plant: AssertionPlant<List<T>>, index: Int, assertionCreator: AssertionPlant<T>.() -> Unit): Assertion (source)