Use kotlin.test.Test instead of org.junit.Test in common stdlib tests
(and in jvm-only and js-only tests also)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class CharJVMTest {
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
import test.collections.compare
|
||||
import test.io.*
|
||||
import java.util.regex.Pattern
|
||||
|
||||
@@ -3,7 +3,6 @@ package test.text
|
||||
import kotlin.text.*
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class RegexTest {
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class StringBuilderJVMTest() {
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class StringBuilderTest {
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ import test.collections.assertArrayNotSameButEquals
|
||||
import java.util.*
|
||||
import kotlin.test.*
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
class StringJVMTest {
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class StringNumberConversionTest {
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ package test.text
|
||||
|
||||
import kotlin.test.*
|
||||
import test.*
|
||||
import org.junit.Test
|
||||
import test.collections.behaviors.iteratorBehavior
|
||||
import test.collections.compare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user