Warum wird hier eine Exception geworfen bzw. angekündigt? #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
53acfa0eab/Shop/src/test/java/pack/WarenkorbTest.java (L27)ich hatte Anfangs versucht die Methode "warenkorb.produktHinzufügen" im selben Test zu testen :
@Before
public void Listeerstellen() throws FileNotFoundException { //(4)
/* for (int i = 0; i < 7; i++) {
String prod = "p" + "i";
produktListe.add(prod);
->Intelliji hat mir das als falsch makiert und unter anderen auch gesagt ich soll die Exception hinzufügen