Jean-Francois Leveque

Ajout de commentaire

...@@ -28,6 +28,9 @@ public class ListCountriesViewTest { ...@@ -28,6 +28,9 @@ public class ListCountriesViewTest {
28 private List<Country> countryList; 28 private List<Country> countryList;
29 29
30 @BeforeEach 30 @BeforeEach
31 + /*
32 + @param sharedService Mock de SharedService
33 + */
31 public void setup(@Mock SharedService sharedService) throws Exception { 34 public void setup(@Mock SharedService sharedService) throws Exception {
32 countryList = new ArrayList<>(); 35 countryList = new ArrayList<>();
33 36
......