You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
provs/src/test/kotlin/io/provs/entry/EntryTest.kt

19 lines
252 B
Kotlin

package io.provs.entry
import org.junit.jupiter.api.Test
@Suppress("unused")
fun test() {
println("test is fun")
}
internal class EntryKtTest {
@Test
fun test_main_no_arg() {
main("io.provs.entry.EntryTestKt", "test")
}
}