Skip to content

Instantly share code, notes, and snippets.

@dtrailin
Last active April 21, 2016 16:50
Show Gist options
  • Select an option

  • Save dtrailin/1f07dbd0c27b72598051d2131fd461b5 to your computer and use it in GitHub Desktop.

Select an option

Save dtrailin/1f07dbd0c27b72598051d2131fd461b5 to your computer and use it in GitHub Desktop.
Unit Testing with RxAndroid and RxJava
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