letzer Versuch mit Tutor

main
informatikperson 2022-10-25 16:28:28 +02:00
parent aa194b975a
commit bdcaddcead
2 changed files with 4 additions and 0 deletions

View File

@ -49,5 +49,9 @@ class BanksystemTest {
k.einzahlen(300, null, null, "Meier"); k.einzahlen(300, null, null, "Meier");
assertEquals(600, k.getSaldo(2)); assertEquals(600, k.getSaldo(2));
} }
// @AfterAll
// void löschen() {
//
// }
} }