Skip to content

Commit 9a48979

Browse files
authored
Made startActivityLauncher protected. Finalized setUp. (#393)
1 parent 2717f41 commit 9a48979

File tree

1 file changed

+2
-3
lines changed
  • architecture/instrumentation-test/src/main/java/com/mitteloupe/whoami/test/test

1 file changed

+2
-3
lines changed

architecture/instrumentation-test/src/main/java/com/mitteloupe/whoami/test/test/BaseTest.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ abstract class BaseTest {
8787
.around(grantPermissionRule)
8888
}
8989

90-
abstract val startActivityLauncher: AppLauncher
90+
protected abstract val startActivityLauncher: AppLauncher
9191

9292
@Before
93-
@CallSuper
94-
open fun setUp() {
93+
fun setUp() {
9594
val deviceUi = UiDevice.getInstance(getInstrumentation())
9695
deviceUi.findAndCloseAppNotRespondingDialog()
9796
registerIdlingResources()

0 commit comments

Comments
 (0)