We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14cb82 commit a4eaee4Copy full SHA for a4eaee4
02_driver_explicit/TODO.md
@@ -11,7 +11,7 @@
11
- [ ] Assicurati che il field [userService](src/main/java/io/doubleloop/driverexplicit/UserController.java#L16) sia
12
di tipo `UserService` (interface).
13
- [ ] Aggiungi un field `userService`
14
- in [UserControllerTest](src/test/java/io/doubleloop/driverexplicit/UserControllerTest.java) e annotalo con `@Mock`.
+ in [UserControllerTest](src/test/java/io/doubleloop/driverexplicit/UserControllerTest.java) e annotalo con `@MockBean`.
15
- [ ] Aggiungi una `when(userService...).thenReturns(...)` expression in ogni test
16
di [UserControllerTest](src/test/java/io/doubleloop/driverexplicit/UserControllerTest.java) per pilotare lo stub.
17
- [ ] Verifica che tutti i test
0 commit comments