interface PairAssertions
(source)
Defines the minimum set of assertion functions and builders applicable to Map, which an implementation of the domain of Atrium has to provide.
abstract fun <K, T : Pair<K, *>> first(expect: Expect<T>): ExtractedFeaturePostStep<T, K> abstract fun <K : Any> |
|
abstract fun <K> |
|
abstract fun <V> |
|
abstract fun <V, T : Pair<*, V>> second(expect: Expect<T>): ExtractedFeaturePostStep<T, V> abstract fun <V : Any> |
object PairAssertionsBuilder : PairAssertions
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. |