réussite des test sur l'objet reviewtest, très rapide

This commit is contained in:
2026-06-09 22:13:09 +02:00
parent 0c87631c85
commit 77d79de12a
@@ -15,4 +15,10 @@ public class Review {
private Integer note; private Integer note;
private String comment; private String comment;
private LocalDate purchaseDate; private LocalDate purchaseDate;
public void setRandomUUID() {
this.customerId = UUID.randomUUID();
this.bookId = UUID.randomUUID();
}
} }