Created
January 18, 2019 09:43
-
-
Save grumpyshoe/910fea0dbb0d4cb066358f404c527a5d to your computer and use it in GitHub Desktop.
How to use custom TestRunner
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
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