Package-level declarations

Contains the default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.maplike.contains.steps.

Types

Link copied to clipboard
class EntryPointStepImpl<K, V, T : MapLike, out S : MapLikeContains.SearchBehaviour>(    container: AssertionContainer<T>,     val converter: (T) -> Map<out K, V>,     searchBehaviour: S) : EntryPointStepImpl<T, S> , MapLikeContains.EntryPointStepInternal<K, V, T, S>