convert from C to Kotlin
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
import org.junit.jupiter.api.Assertions.*
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class ArgsParseTest {
|
||||
@Test
|
||||
fun parseCreate() {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
fun parseList() {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
fun parseDetail() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user