Unit tests updated

This commit is contained in:
Stiver
2014-08-13 22:17:21 +02:00
parent 04b5c9abb1
commit 887c093afd
7 changed files with 120 additions and 7 deletions

View File

@@ -3,6 +3,12 @@ package unit.classes;
public class TestClassLoop {
public static void testSimpleInfinite() {
while(true) {
System.out.println();
}
}
public static void testFinally() {
boolean var0 = Math.random() > 0.0D;