Slide 46
Slide 46 text
class TestComponentRunner: AndroidJUnitRunner() {
override fun newApplication(cl: ClassLoader?, className: String?, context: Context?): Application {
return super.newApplication(cl, TestComponentApplication::class.java.name, context)
}
}