forked from pierront/mylibrary-template
✅ réussite des test sur l'objet reviewtest, très rapide
This commit is contained in:
@@ -15,4 +15,10 @@ public class Review {
|
||||
private Integer note;
|
||||
private String comment;
|
||||
private LocalDate purchaseDate;
|
||||
|
||||
public void setRandomUUID() {
|
||||
|
||||
this.customerId = UUID.randomUUID();
|
||||
this.bookId = UUID.randomUUID();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user