Skip to content

Instantly share code, notes, and snippets.

@manhduy
Last active July 30, 2020 09:34
Show Gist options
  • Save manhduy/616430f71730a471f3182fb37da27767 to your computer and use it in GitHub Desktop.
Save manhduy/616430f71730a471f3182fb37da27767 to your computer and use it in GitHub Desktop.
class TestRunner : AndroidJUnitRunner() {
override fun newApplication(cl: ClassLoader?, name: String?, context: Context?): Application {
return super.newApplication(cl, HiltTestApplication::class.java.name, context)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment