Merge pull request 'test cas 5' (#4) from morgann into master
Reviewed-on: #4
This commit is contained in:
commit
e4956996d6
@ -67,7 +67,11 @@ public class CommandeTest {
|
||||
System.out.println("Cas4 : ajout nouvelle ligne avec quantité 0");
|
||||
/*MORGANN*/
|
||||
System.out.println("Cas5 : mise à 0 quantité commandée d'une ligne existante");
|
||||
/*INES*/
|
||||
laCommande.ajouter(instr2, 0);
|
||||
stockRes=instr2.getQteStock();
|
||||
stockAttendu=9;
|
||||
assertEquals("test5 stock",stockAttendu,stockRes );
|
||||
/*ILONA*/
|
||||
System.out.println("Cas6 : màj d'une ligne existante avec qté>stock");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user