Package-level declarations
Contains (default) implementations for the interfaces defined in ch.tutteli.atrium.logic.typeutils.impl
.
Types
Link copied to clipboard
Link copied to clipboard
class DefaultMapLikeToIterablePairTransformer(container: AssertionContainer<*>) : MapLikeToIterablePairTransformer
Transforms all Map as well as all IterableLike which have a resulting element type of either [Pair]<*, *>
or [Map.Entry]<*, *>
to an Iterable with an element type [Pair]<K, V>
.