containsNone

suspend fun Assert<Flow<*>>.containsNone(vararg elements: Any?)

Asserts the collection does not contain any of the expected elements. Fails as soon as one of the expected elements is received.

See also