The onNext() method swallows failed assertions leaving only the stack trace as an indicator of whether a test passes or fails. This can be fixed by collecting the failed states and reporting them at the end of the tests using the TestObserver instead of a regular observer.
The onNext() method swallows failed assertions leaving only the stack trace as an indicator of whether a test passes or fails. This can be fixed by collecting the failed states and reporting them at the end of the tests using the TestObserver instead of a regular observer.