Created
March 4, 2018 14:59
-
-
Save vamsitallapudi/14be296e42e466de5f0d70f24914dc86 to your computer and use it in GitHub Desktop.
android testing example robolectric
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
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