isEmpty

suspend fun Assert<Flow<*>>.isEmpty()

Asserts the flow is empty. Fails as soon as the flow delivers an element.

See also