doc / ch.tutteli.atrium.domain.builders.creating / PairAssertionsBuilder / first

first

inline fun <K, T : Pair<K, *>> first(expect: Expect<T>): ExtractedFeaturePostStep<T, K>

Overrides PairAssertions.first


inline fun <K : Any> first(plant: AssertionPlant<Pair<K, *>>, noinline assertionCreator: AssertionPlant<K>.() -> Unit): Assertion

Overrides PairAssertions.first


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