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:
@@ -1,6 +1,5 @@
|
||||
package test.utils
|
||||
|
||||
import org.junit.Test
|
||||
import kotlin.test.*
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ import java.io.*
|
||||
import java.util.concurrent.ConcurrentHashMap
|
||||
import java.util.concurrent.atomic.AtomicInteger
|
||||
import kotlin.concurrent.thread
|
||||
import org.junit.Test
|
||||
import test.io.serializeAndDeserialize
|
||||
|
||||
class LazyJVMTest {
|
||||
|
||||
@@ -2,7 +2,6 @@ package test.utils
|
||||
|
||||
import kotlin.*
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class LazyTest {
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package test.utils
|
||||
|
||||
import org.junit.Test
|
||||
import kotlin.test.*
|
||||
|
||||
class PreconditionsTest() {
|
||||
|
||||
@@ -18,7 +18,6 @@ package test.utils
|
||||
|
||||
import kotlin.*
|
||||
import kotlin.test.*
|
||||
import org.junit.Test
|
||||
|
||||
class TODOTest {
|
||||
private class PartiallyImplementedClass {
|
||||
|
||||
Reference in New Issue
Block a user