Last active
April 21, 2016 16:50
-
-
Save dtrailin/1f07dbd0c27b72598051d2131fd461b5 to your computer and use it in GitHub Desktop.
Unit Testing with RxAndroid and RxJava
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Object o = myObservable.toBlocking().first(); | |
| assertThat(o).isNotNull() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment