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,9 +1,6 @@
|
||||
package test.tuples
|
||||
|
||||
import org.junit.Test
|
||||
import kotlin.test.assertTrue
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertNotEquals
|
||||
import kotlin.test.*
|
||||
|
||||
class PairTest {
|
||||
val p = Pair(1, "a")
|
||||
|
||||
Reference in New Issue
Block a user