object PairAssertionsBuilder : PairAssertions
(source)
Delegates inter alia to the implementation of PairAssertions. In detail, it implements PairAssertions by delegating to pairAssertions which in turn delegates to the implementation via loadSingleService.
fun <K, T : Pair<K, *>> first(expect: Expect<T>): ExtractedFeaturePostStep<T, K> fun <K : Any> |
|
fun <K> |
|
fun <V> |
|
fun <V, T : Pair<*, V>> second(expect: Expect<T>): ExtractedFeaturePostStep<T, V> fun <V : Any> |