From edbed92081a72609f2b37c34471a35e2252b5046 Mon Sep 17 00:00:00 2001 From: Luc Dartois Date: Wed, 21 Jun 2023 10:21:48 +0200 Subject: [PATCH] Update 'ExamenTests/TestsACompleterPileBornee.java' --- ExamenTests/TestsACompleterPileBornee.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(){