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

get

inline fun <E, T : List<E>> get(expect: Expect<T>, index: Int): ExtractedFeaturePostStep<T, E>

Overrides ListAssertions.get


fun <T : Any> get(plant: AssertionPlant<List<T>>, index: Int): AssertionPlant<T>

Overrides ListAssertions.get


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


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

Overrides ListAssertions.get


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