-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 43 Convenience expect-and-verify methods
This commit adds methods that combine `expectError`/`expectComplete` with a call to the simple `.verify()` variant of `StepVerifier`. For more advanced usage where one desires to have logging or timeout, the usual expect method followed by the relevant `log()`,`verify()` or `verify(Duration)` call should be used instead. (fix reactor/reactor-addons#43)
- Loading branch information
1 parent
e428228
commit d6344d9
Showing
3 changed files
with
212 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters