containsOnly

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

Asserts the flow contains only the expected elements, in any order.

See also