parent
adca38fdae
commit
8cbe1471a0
|
@ -9,7 +9,7 @@ class KarteTest {
|
|||
|
||||
for (int i = 0; i < successTestList.length; i++){
|
||||
Karte testKarte = new Karte("Herz", successTestList[i]);
|
||||
assertEquals(successResultList[i], testKarte.getPunkte());
|
||||
assertEquals(successResultList[i], testKarte.getWert());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue