Skip to content

Instantly share code, notes, and snippets.

@canergulgec
Last active January 24, 2021 14:36
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 canergulgec/c22219269fbcadd28b87f521db505d18 to your computer and use it in GitHub Desktop.
Save canergulgec/c22219269fbcadd28b87f521db505d18 to your computer and use it in GitHub Desktop.
class MovieTestRunner : AndroidJUnitRunner() {
override fun newApplication(cl: ClassLoader?, className: String?,
context: Context?): Application {
return super.newApplication(cl, MovieTestApp::class.java.name, context)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment