doesNotContain

suspend fun Assert<Flow<*>>.doesNotContain(element: Any?)

Asserts the flow does not contain any of the expected elements. Fails as soon as that element is received.

See also