TestingRxJava icon indicating copy to clipboard operation
TestingRxJava copied to clipboard

Sample project to demonstrate how to unit test observables and subscriptions

Results 1 TestingRxJava issues
Sort by recently updated
recently updated
newest added

I've got such a log when SubscriberTest failed: Exception in thread "RxCachedThreadScheduler-1" java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:60) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at...