Test Case - Jomsaruj/coffeemaker GitHub Wiki
Since some functionality execute using instance of class Recipe as a parameter. Therefore, we can ensure that all Recipe parameter is a valid recipe. For this reason, I will not check correctness of class Recipe in coffeeMakerTest.java, but I will put it in a separate test file called recipeTest.java. see also RecipeTest
Test Suits
There are six different functionality on CoffeeMaker application. For this reason, I have divided all test cases into each suit. Consequently, we can easily observe each test case.