kotest-assertions-core / io.kotest.matchers.maps / kotlin.collections.Map / shouldNotContainKeys

shouldNotContainKeys

fun <K, V> Map<K, V>.shouldNotContainKeys(vararg keys: K): Unit