keyWithValueAssertionsInAnyOrder

abstract fun <K, V : Any, T : MapLike> keyWithValueAssertionsInAnyOrder(entryPointStepLogic: MapLikeContains.EntryPointStepLogic<K, out V?, T, InAnyOrderSearchBehaviour>, valueType: KClass<V>, keyValues: List<Pair<K, Expect<V>.() -> Unit?>>): Assertion(source)