add file structure
This commit is contained in:
@@ -4,6 +4,9 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation(hlaeja.kotlin.test.junit5)
|
||||
|
||||
testRuntimeOnly(hlaeja.junit.platform.launcher)
|
||||
}
|
||||
|
||||
group = "ltd.lulz"
|
||||
|
||||
8
src/main/kotlin/ltd/hlaeja/library/Hlaeja.kt
Normal file
8
src/main/kotlin/ltd/hlaeja/library/Hlaeja.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
package ltd.hlaeja.library
|
||||
|
||||
class Hlaeja {
|
||||
|
||||
fun hilaria() {
|
||||
TODO("library not implemented")
|
||||
}
|
||||
}
|
||||
11
src/test/kotlin/ltd/hlaeja/library/HlaejaTest.kt
Normal file
11
src/test/kotlin/ltd/hlaeja/library/HlaejaTest.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package ltd.hlaeja.library
|
||||
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class HlaejaTest {
|
||||
|
||||
@Test
|
||||
fun `Hlaeja Hilaria Test`() {
|
||||
// Placeholder
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user