diff options
Diffstat (limited to 'src/test/kotlin/io/github/LocustsTest.kt')
-rw-r--r-- | src/test/kotlin/io/github/LocustsTest.kt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/test/kotlin/io/github/LocustsTest.kt b/src/test/kotlin/io/github/LocustsTest.kt new file mode 100644 index 0000000..39999e5 --- /dev/null +++ b/src/test/kotlin/io/github/LocustsTest.kt @@ -0,0 +1,14 @@ +/* + * This source file was generated by the Gradle 'init' task + */ +package io.github.locustsRUs.locusts + +import kotlin.test.Test +import kotlin.test.assertEquals + +class LibraryTest { + @Test + fun locustsShouldGetIntroduced() { + assertEquals(Locusts.introduceLocusts(), Unit, "Locusts should be introduced") + } +} |