We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2717f41 commit 9a48979Copy full SHA for 9a48979
architecture/instrumentation-test/src/main/java/com/mitteloupe/whoami/test/test/BaseTest.kt
@@ -87,11 +87,10 @@ abstract class BaseTest {
87
.around(grantPermissionRule)
88
}
89
90
- abstract val startActivityLauncher: AppLauncher
+ protected abstract val startActivityLauncher: AppLauncher
91
92
@Before
93
- @CallSuper
94
- open fun setUp() {
+ fun setUp() {
95
val deviceUi = UiDevice.getInstance(getInstrumentation())
96
deviceUi.findAndCloseAppNotRespondingDialog()
97
registerIdlingResources()
0 commit comments