We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99beef commit 03676c0Copy full SHA for 03676c0
1 file changed
example/src/androidTest/java/com/banner/example/ExampleInstrumentedTest.kt
@@ -1,14 +1,11 @@
1
package com.banner.example
2
3
-import android.support.test.InstrumentationRegistry
4
-import android.support.test.runner.AndroidJUnit4
5
import androidx.test.InstrumentationRegistry
6
-
+import androidx.test.runner.AndroidJUnit4
+import org.junit.Assert.assertEquals
7
import org.junit.Test
8
import org.junit.runner.RunWith
9
10
-import org.junit.Assert.*
11
12
/**
13
* Instrumented test, which will execute on an Android device.
14
*
0 commit comments