Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created March 4, 2018 14:59
Show Gist options
  • Save vamsitallapudi/14be296e42e466de5f0d70f24914dc86 to your computer and use it in GitHub Desktop.
Save vamsitallapudi/14be296e42e466de5f0d70f24914dc86 to your computer and use it in GitHub Desktop.
android testing example robolectric
dependencies {
...
// Robolectric
testImplementation "org.robolectric:robolectric:3.7.1"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment