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.
I like the names as they are.
I like it too.
Most helpful comment
I like the names as they are.