-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
status/need-user-inputThis needs user input to proceedThis needs user input to proceedtype/enhancementA general enhancementA general enhancement
Description
Currently, the StepVerifier
has an expectNextMatch
method. It is convenient to use in tests when we have an object that is too complex to instantiate, and we do not care about equals()
, rather about some very specific details.
Unfortunately, expectNextMatch
verifies only the single oNext()
. It would be great to have an overloaded variant, something like expectNextMatch(Predicate predicate, Long n)
. This would check the next n
onNext elements against the predicate
.
If accepted, I can assist with implementation.
Metadata
Metadata
Assignees
Labels
status/need-user-inputThis needs user input to proceedThis needs user input to proceedtype/enhancementA general enhancementA general enhancement