added javadoc

This commit is contained in:
schrom01
2022-04-10 18:18:06 +02:00
parent 2eed96c8f4
commit d044d6bbe8
3 changed files with 41 additions and 4 deletions
+1
View File
@@ -12,5 +12,6 @@ class Aufgabe2_KellerautomatTest {
assertThrows(IllegalArgumentException.class,()->Aufgabe2_Kellerautomat.calculate("34+34+"));
assertThrows(IllegalArgumentException.class,()->Aufgabe2_Kellerautomat.calculate("34+*"));
assertThrows(IllegalArgumentException.class,()->Aufgabe2_Kellerautomat.calculate("8+9+7*2*"));
assertThrows(IllegalArgumentException.class,()->Aufgabe2_Kellerautomat.calculate("57-"));
}
}