Issue#13 Fix codeAnalysis errors

This commit is contained in:
Gergely Hegedus 2022-01-29 00:33:59 +02:00
parent 03e413fba6
commit c952f4f34d
8 changed files with 7 additions and 10 deletions

View file

@ -1,6 +1,5 @@
package org.fnives.test.showcase.ui
//import org.fnives.test.showcase.testutils.shadow.ShadowSnackbar
import androidx.annotation.StringRes
import androidx.test.espresso.Espresso.onView
import androidx.test.espresso.action.ViewActions
@ -70,5 +69,4 @@ class RobolectricLoginRobot(
fun assertNotNavigatedToHome() = apply {
notIntended(hasComponent(MainActivity::class.java.canonicalName))
}
}

View file

@ -1,4 +1,3 @@
package org.fnives.test.showcase.ui.codekata
class CodeKataLoginRobot {
}
class CodeKataLoginRobot