inline fun <V, T : Pair<*, V>> second(expect: Expect<T>): ExtractedFeaturePostStep<T, V>
(source)
Overrides PairAssertions.second
inline fun <V : Any> second(plant: AssertionPlant<Pair<*, V>>, noinline assertionCreator: AssertionPlant<V>.() -> Unit): Assertion
(source)
Overrides PairAssertions.second