toggle menu
assertk-project
0.28.0
common
switch theme
search in API
assertk-coroutines
/
assertk.coroutines.assertions
/
containsOnly
contains
Only
suspend
fun
Assert
<
Flow
<
*
>
>
.
containsOnly
(
vararg
elements
:
Any
?
)
Asserts the flow contains only the expected elements, in any order.
See also
contains
None
contains
Exactly
contains
At
Least