Skip to content

Instantly share code, notes, and snippets.

@grumpyshoe
Created January 18, 2019 09:43
Show Gist options
  • Save grumpyshoe/910fea0dbb0d4cb066358f404c527a5d to your computer and use it in GitHub Desktop.
Save grumpyshoe/910fea0dbb0d4cb066358f404c527a5d to your computer and use it in GitHub Desktop.
How to use custom TestRunner
android {
...
defaultConfig {
  ...
testInstrumentationRunner "com.grumpyshoe.myapplication.core.MockTestRunner"
...
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment