DeleteRecipe Acceptance Test
A recipe may be deleted from the CoffeeMaker if it exists in the list of recipes in the CoffeeMaker. The recipe to be deleted is chosen by its name.
fit.ActionFixture | ||
start | edu.ncsu.csc326.coffeemaker.DeleteRecipe | |
enter | recipe to delete | Coffee |
check | delete recipe | false |
press | start recipe | |
enter | recipe name | Coffee |
enter | recipe price | 50 |
enter | recipe coffee units | 2 |
enter | recipe milk units | 1 |
enter | recipe sugar units | 1 |
enter | recipe chocolate units | 0 |
check | add recipe | true |
enter | recipe to delete | Coffee |
check | delete recipe | true |
Delete Recipe FIT Test © 2004 Dr. Laurie Williams, Sarah Smith