The feedback for the test consumers called for a few method renames (#6153):
assertResult - test for values received followed by completion
assertFailure - test for values received followed by error
assertEmpty - test for no onNext/onError/onComplete signals
assertValuesOnly - test for values received but no termination
awaitDone - wait for termination via blocking or report timeout
Suggestions for better, more apt and hopefully not too long names are welcome.
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.