Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created March 4, 2018 14:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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