https://kotlinlang.org logo
#rx
Title
y

yougin

03/29/2017, 8:57 AM
I’m expecting the Exception which happens within Completable to propagate up to the caller method (and further) if Subscriber has no onError implemented. This test works as expected for Observables and Singles, but Completable, as the later is implemented differently, at least in RxJava 1