File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/src/androidTest/java/org/kabiri/android/usbterminal Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import androidx.test.espresso.Espresso.onView
44import androidx.test.espresso.assertion.ViewAssertions.matches
55import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
66import androidx.test.espresso.matcher.ViewMatchers.withId
7- import androidx.test.ext.junit.rules.ActivityScenarioRule
87import androidx.test.ext.junit.rules.activityScenarioRule
98import androidx.test.ext.junit.runners.AndroidJUnit4
109import org.junit.Rule
@@ -13,7 +12,7 @@ import org.junit.runner.RunWith
1312
1413
1514@RunWith(AndroidJUnit4 ::class )
16- internal class MainActivityTest {
15+ internal class MainActivityAndroidTest {
1716
1817 @get:Rule
1918 var rule = activityScenarioRule<MainActivity >()
@@ -24,4 +23,4 @@ internal class MainActivityTest {
2423 onView(withId(R .id.btEnter)).check(matches(isDisplayed()))
2524 onView(withId(R .id.etInput)).check(matches(isDisplayed()))
2625 }
27- }
26+ }
You can’t perform that action at this time.
0 commit comments