Initial commit (split from bld-kotlin)
This commit is contained in:
commit
a46ed2c012
67 changed files with 3428 additions and 0 deletions
11
examples/src/test/kotlin/com/example/ExampleTest.kt
Normal file
11
examples/src/test/kotlin/com/example/ExampleTest.kt
Normal file
|
@ -0,0 +1,11 @@
|
|||
package com.example
|
||||
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
class ExampleTest {
|
||||
@Test
|
||||
fun verifyHello() {
|
||||
assertEquals("Hello World!", Example().message)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue