Skip to content
Snippets Groups Projects
Commit 2e5784f4 authored by Florian Delbe's avatar Florian Delbe
Browse files

test au vert modification valeur stock

parent 01ac62c9
Branches
No related tags found
No related merge requests found
Pipeline #39598 failed
......@@ -17,5 +17,9 @@ public class Stock {
return currency;
}
public void setValue(double value) {
this.value = value;
}
}
No preview for this file type
......@@ -8,3 +8,7 @@ Feature:Creation Stock
Scenario: Créer un stock
When je crée une action
Then cette action apparait et a les infos que je lui ait donné a la création
Scenario: modfier la valeur d'un stock
When j'actualise la valeur d'un stock
Then la nouvelle valeur est enregistré
\ No newline at end of file
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment