From 9b200a05ef39c49a718d18829212e3f1fb350b67 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 17 May 2023 21:41:04 -0600 Subject: fixed AppImage, changed to single app --- .../kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt (limited to 'src/test') diff --git a/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt b/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt new file mode 100644 index 0000000..aca9105 --- /dev/null +++ b/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt @@ -0,0 +1,14 @@ +/* + * This Kotlin source file was generated by the Gradle 'init' task. + */ +package xyz.brysonsteck.ServerCraft + +import kotlin.test.Test +import kotlin.test.assertNotNull + +class AppTest { + // @Test fun appHasAGreeting() { + // val classUnderTest = App() + // assertNotNull(classUnderTest.greeting, "app should have a greeting") + // } +} -- cgit v1.2.3