Package-level declarations
Functions
Asserts the flow emits at least the expected elements, in any order. The flow may also emit additional elements. Succeeds as soon as all expected elements are received.
Asserts the flow emits at least the expected elements, in any order. The flow may also emit additional elements. Succeeds as soon as all expected elements are received.
Asserts the flow contains exactly the expected elements. They must be in the same order and there must not be any extra elements.
Asserts the collection does not contain any of the expected elements. Fails as soon as one of the expected elements is received.
Asserts the flow contains only the expected elements, in any order.
Asserts the flow does not contain any of the expected elements. Fails as soon as that element is received.
Asserts the flow is not empty.