parent
7786a0789f
commit
96faabcf9a
@ -1,7 +0,0 @@
|
||||
package technology.zim
|
||||
|
||||
class TestingClass {
|
||||
fun basic(): Boolean {
|
||||
return true
|
||||
}
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
//This doesn't exist to actually test the program, right now. Just to test out colorizing results
|
||||
class ConsoleTest {
|
||||
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
import org.junit.jupiter.api.Assertions.*
|
||||
import technology.zim.TestingClass
|
||||
|
||||
class TestingClassTest {
|
||||
|
||||
@Test
|
||||
fun basic() {
|
||||
val test = TestingClass()
|
||||
val res = test.basic()
|
||||
assertEquals(true, res)
|
||||
}
|
||||
}
|
Loading…
Reference in new issue