DefaultMapLikeAssertions

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun <T : MapLike, K, V> builderContainsInMapLike(    container: AssertionContainer<T>,     converter: (T) -> Map<out K, V>): MapLikeContains.EntryPointStep<K, V, T, NoOpSearchBehaviour>
Link copied to clipboard
open override fun <K, T : MapLike> containsKey(container: AssertionContainer<T>, converter: (T) -> Map<out K, *>, key: K): Assertion
Link copied to clipboard
open override fun <K, T : MapLike> containsNotKey(container: AssertionContainer<T>, converter: (T) -> Map<out K, *>, key: K): Assertion
Link copied to clipboard
open override fun <K, V, T : MapLike> getExisting(    container: AssertionContainer<T>,     converter: (T) -> Map<out K, V>,     key: K): FeatureExtractorBuilder.ExecutionStep<T, V>