fun <T> Assert<Array<T>>.containsNone(vararg elements: Any?): Unit
Platform and version requirements: Common
fun Assert<Collection<*>>.containsNone(vararg elements: Any?): Unit
Platform and version requirements: Common
Asserts the collection does not contain any of the expected elements.
See Also
fun <K, V> Assert<Map<K, V>>.containsNone(vararg elements: <ERROR CLASS><K, V>): Unit
Platform and version requirements: Common
Asserts the map does not contain any of the expected elements.
See Also