diff --git a/ExamenTests/TestsACompleterPileBornee.java b/ExamenTests/TestsACompleterPileBornee.java index 1a14cbb..0e0e5bb 100644 --- a/ExamenTests/TestsACompleterPileBornee.java +++ b/ExamenTests/TestsACompleterPileBornee.java @@ -1,4 +1,4 @@ -import static org.junit.Assert.assertTrue; // import static : une facilité offerte depuis java5 (pas besoin de mettre le préfixe) +import static org.junit.Assert.assertTrue; // import static : une facilite offerte depuis java5 (pas besoin de mettre le préfixe) import static org.junit.Assert.assertFalse; // import static org.junit.Assert.assertEquals; // import static org.junit.Assert.assertNull; // @@ -36,7 +36,7 @@ public class TestsACompleterPileBornee{ } - // Contient renvoie faux si n a été dans la pile mais ne l'est plus + // Contient renvoie faux si n a ete dans la pile mais ne l'est plus @Test public void NeContientPLusCeQuonAEnleve(){