Skip to content

Instantly share code, notes, and snippets.

@kozmi55
Created September 3, 2018 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kozmi55/1cb5f3102cbe447d992f5966cf73e51c to your computer and use it in GitHub Desktop.
Save kozmi55/1cb5f3102cbe447d992f5966cf73e51c to your computer and use it in GitHub Desktop.
class CustomTestRunner : AndroidJUnitRunner() {
override fun newApplication(cl: ClassLoader?, className: String?, context: Context?): Application {
return super.newApplication(cl, TestApplication::class.java.name, context)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment