You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertNextItem(Matcher<T>)
assertNextNItem(Long n, Matcher<List<T>> or Matcher<T>...)
assertNextCount(Long)
consumeNextWith(Consumer<T>)
consumeNextNWith(Long n, Consumer<List<T>>)
// and send cancel signal and verify
The text was updated successfully, but these errors were encountered:
cescoffier
changed the title
Add more fluet APIs to AssertSubscriber
Add more fluent APIs to AssertSubscriber
Jul 10, 2023
I tried to use
UniAssertSubscriber
in test, but it is not powerful as reactor'sStepVerifier
.I hope there are some fluent APIs added to
UniAssertSubscriber
like this to assert the items or exception directly.For
Multi
subscriber.The text was updated successfully, but these errors were encountered: