diff --git a/test/métiers/CommandeTest.java b/test/métiers/CommandeTest.java index 91b5c63..c78641a 100644 --- a/test/métiers/CommandeTest.java +++ b/test/métiers/CommandeTest.java @@ -109,6 +109,14 @@ public class CommandeTest { assertEquals("test6 stock",stockAttendu,stockRes ); } + private void assertEquals(String test1_taille, int tailleAttendue, int tailleR) { + throw new UnsupportedOperationException("Not supported yet."); // Generated from nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody + } + + private void assertEquals(String la_méthode_ajouter_retourne_false, boolean testResultExpected, boolean test) { + throw new UnsupportedOperationException("Not supported yet."); // Generated from nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody + } + /** * Test of supprimer method, of class Commande.