Update 'ExamenTests/TestsACompleterPileBornee.java'
This commit is contained in:
parent
8d5e2ce184
commit
edbed92081
@ -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.assertFalse; //
|
||||||
import static org.junit.Assert.assertEquals; //
|
import static org.junit.Assert.assertEquals; //
|
||||||
import static org.junit.Assert.assertNull; //
|
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
|
@Test
|
||||||
public void NeContientPLusCeQuonAEnleve(){
|
public void NeContientPLusCeQuonAEnleve(){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user