doc / ch.tutteli.atrium.logic.impl / DefaultMapLikeAssertions

DefaultMapLikeAssertions

class DefaultMapLikeAssertions : MapLikeAssertions (source)

Constructors

<init>

DefaultMapLikeAssertions()

Functions

builderContainsInMapLike

fun <T, K, V> builderContainsInMapLike(container: AssertionContainer<T>, converter: (T) -> Map<out K, V>): MapLikeContains.EntryPointStep<K, V, T, NoOpSearchBehaviour>

containsKey

fun <K, T> containsKey(container: AssertionContainer<T>, converter: (T) -> Map<out K, *>, key: K): Assertion

containsNotKey

fun <K, T> containsNotKey(container: AssertionContainer<T>, converter: (T) -> Map<out K, *>, key: K): Assertion

getExisting

fun <K, V, T> getExisting(container: AssertionContainer<T>, converter: (T) -> Map<out K, V>, key: K): FeatureExtractorBuilder.ExecutionStep<T, V>