Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -29,6 +29,8 @@ public class ListCountriesViewTest { | ... | @@ -29,6 +29,8 @@ public class ListCountriesViewTest { |
29 | 29 | ||
30 | @BeforeEach | 30 | @BeforeEach |
31 | /* | 31 | /* |
32 | + Initialisation attributs et mocks des tests. | ||
33 | + | ||
32 | @param sharedService Mock de SharedService | 34 | @param sharedService Mock de SharedService |
33 | */ | 35 | */ |
34 | public void setup(@Mock SharedService sharedService) throws Exception { | 36 | public void setup(@Mock SharedService sharedService) throws Exception { | ... | ... |
-
Please register or login to post a comment