Skip to content

Instantly share code, notes, and snippets.

@mitrejcevski
Created December 17, 2019 09:54
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 mitrejcevski/c5f14b7c1d9412bdbe514a4128b04d81 to your computer and use it in GitHub Desktop.
Save mitrejcevski/c5f14b7c1d9412bdbe514a4128b04d81 to your computer and use it in GitHub Desktop.
class RoboTestRunner : AndroidJUnitRunner() {
override fun newApplication(
classLoader: ClassLoader?,
className: String?,
context: Context?
): Application {
return super.newApplication(classLoader, TestRoboApp::class.java.name, context)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment