Refactor: rename files.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ package test.text
|
|||||||
import kotlin.test.*
|
import kotlin.test.*
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class ParsePrimitivesJVMTest {
|
class StringNumberConversionTest {
|
||||||
|
|
||||||
@Test fun toBoolean() {
|
@Test fun toBoolean() {
|
||||||
assertEquals(true, "true".toBoolean())
|
assertEquals(true, "true".toBoolean())
|
||||||
Reference in New Issue
Block a user