Issue#13 Fix codeAnalysis errors
This commit is contained in:
parent
03e413fba6
commit
c952f4f34d
8 changed files with 7 additions and 10 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
package org.fnives.test.showcase.ui
|
package org.fnives.test.showcase.ui
|
||||||
|
|
||||||
//import org.fnives.test.showcase.testutils.shadow.ShadowSnackbar
|
|
||||||
import androidx.annotation.StringRes
|
import androidx.annotation.StringRes
|
||||||
import androidx.test.espresso.Espresso.onView
|
import androidx.test.espresso.Espresso.onView
|
||||||
import androidx.test.espresso.action.ViewActions
|
import androidx.test.espresso.action.ViewActions
|
||||||
|
|
@ -70,5 +69,4 @@ class RobolectricLoginRobot(
|
||||||
fun assertNotNavigatedToHome() = apply {
|
fun assertNotNavigatedToHome() = apply {
|
||||||
notIntended(hasComponent(MainActivity::class.java.canonicalName))
|
notIntended(hasComponent(MainActivity::class.java.canonicalName))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
package org.fnives.test.showcase.ui.codekata
|
package org.fnives.test.showcase.ui.codekata
|
||||||
|
|
||||||
class CodeKataLoginRobot {
|
class CodeKataLoginRobot
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue