We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The feedback for the test consumers called for a few method renames (#6153):
assertResult
assertFailure
assertEmpty
assertValuesOnly
awaitDone
Suggestions for better, more apt and hopefully not too long names are welcome.
The text was updated successfully, but these errors were encountered:
I like the names as they are.
Sorry, something went wrong.
I like it too.
No branches or pull requests
The feedback for the test consumers called for a few method renames (#6153):
assertResult
- test for values received followed by completionassertFailure
- test for values received followed by errorassertEmpty
- test for no onNext/onError/onComplete signalsassertValuesOnly
- test for values received but no terminationawaitDone
- wait for termination via blocking or report timeoutSuggestions for better, more apt and hopefully not too long names are welcome.
The text was updated successfully, but these errors were encountered: