File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
integration/android/src/test/kotlin/dev/programadorthi/routing/android Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ import dev.programadorthi.routing.core.application.call
11
11
import dev.programadorthi.routing.core.call
12
12
import dev.programadorthi.routing.core.install
13
13
import dev.programadorthi.routing.core.routing
14
- import kotlin.test.Test
15
- import kotlin.test.assertEquals
16
- import kotlin.test.assertIs
17
- import kotlin.test.assertNotNull
18
- import kotlin.test.assertNull
19
- import kotlin.test.assertTrue
20
14
import kotlinx.coroutines.ExperimentalCoroutinesApi
21
15
import kotlinx.coroutines.Job
22
16
import kotlinx.coroutines.test.advanceTimeBy
@@ -25,6 +19,12 @@ import org.junit.runner.RunWith
25
19
import org.robolectric.RobolectricTestRunner
26
20
import org.robolectric.RuntimeEnvironment
27
21
import org.robolectric.Shadows
22
+ import kotlin.test.Test
23
+ import kotlin.test.assertEquals
24
+ import kotlin.test.assertIs
25
+ import kotlin.test.assertNotNull
26
+ import kotlin.test.assertNull
27
+ import kotlin.test.assertTrue
28
28
29
29
@OptIn(ExperimentalCoroutinesApi ::class )
30
30
@RunWith(RobolectricTestRunner ::class )
You can’t perform that action at this time.
0 commit comments