main
CPlaiz 2025-12-15 13:37:21 +01:00
parent 2d36a3d0d2
commit b0ce2f17e7
2 changed files with 9 additions and 1 deletions

8
Quellen.txt 100644
View File

@ -0,0 +1,8 @@
OrderTest, ShopTest, ShoppingCartTest:
KI als Orientierung für Tests
Prompt:
Generiere mir Tests für folgende Methode:
$Methode
Java Streams:
https://www.geeksforgeeks.org/java/stream-sorted-in-java/

View File

@ -50,7 +50,7 @@ public class Shop {
foundProduct = product;
}
}
return null;
return foundProduct;
}
public List<Product> getProductList() {