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

get

abstract fun <E, T : List<E>> get(expect: Expect<T>, index: Int): ExtractedFeaturePostStep<T, E>
abstract fun <T : Any> get(plant: AssertionPlant<List<T>>, index: Int): AssertionPlant<T>
Deprecated: Switch from Assert to Expect; will be removed with 1.0.0


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