aboutsummaryrefslogtreecommitdiff
path: root/src/test/kotlin/xyz/brysonsteck
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-17 21:41:04 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-17 21:41:04 -0600
commit9b200a05ef39c49a718d18829212e3f1fb350b67 (patch)
treee5b0a19f69c4ad123a3fc265f4a39d87c71223bb /src/test/kotlin/xyz/brysonsteck
parent3fbdcaf6cf3f39fd4d2abad285db3ff02a391328 (diff)
downloadServerCraft-9b200a05ef39c49a718d18829212e3f1fb350b67.tar
ServerCraft-9b200a05ef39c49a718d18829212e3f1fb350b67.tar.gz
ServerCraft-9b200a05ef39c49a718d18829212e3f1fb350b67.tar.bz2
fixed AppImage, changed to single app
Diffstat (limited to 'src/test/kotlin/xyz/brysonsteck')
-rw-r--r--src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt14
1 files changed, 14 insertions, 0 deletions
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")
+ // }
+}