Add output checking to script tests

This commit is contained in:
Ilya Chernikov
2016-09-07 12:03:34 +02:00
parent 0b68f313ab
commit 385aab8418
5 changed files with 153 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ fun fib(n: Int): Int {
val hdr = "Num".decapitalize()
org.junit.Assert.assertTrue(false)
org.junit.Assert.assertTrue(true)
System.out.println("$hdr: $num")
val result = fib(num)