Nov 15, 2020
mViewModel.getSomeData returns "Observable", I tried using TestSubscriber for testing, it did not work, after some research, came through this https://github.com/ReactiveX/RxJava/issues/4477#issuecomment-244865358
which says that for unit testing, "TestSubscriber" is used for "Flowable", and "TestObserver" is used for "Observable".