Jean-Francois Leveque

Ajout de commentaire

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