Skip to content

Commit

Permalink
Commune nulle #10
Browse files Browse the repository at this point in the history
  • Loading branch information
meilie389 committed Mar 12, 2020
1 parent 86593ba commit d076502
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ public void testGetAgences() {
public void testGetAgencesNullCommune() {
System.out.println("\ngetAgences(Commune)_null_TEST");
Agences.Commune commune = null;
ArrayList<Agence> agences = new ArrayList<>();
try {
assertTrue(Agences.getAgences(commune).isEmpty(), "Longueur de listes différentes");
assertTrue(Agences.getAgences(commune).isEmpty(), "Liste non vide");

} catch (IOException ex) {
Logger.getLogger(AgencesTest.class.getName()).log(Level.SEVERE, null, ex);
Expand Down

0 comments on commit d076502

Please sign in to comment.