public class TestItem
extends java.lang.Object
Constructor and Description |
---|
TestItem() |
Modifier and Type | Method and Description |
---|---|
void |
testAddDish() |
void |
testCreateDish() |
void |
testCreateFullMeal() |
void |
testCreateHalfMeal() |
void |
testRemoveDish() |
public void testCreateDish() throws ExceptionUnknownDishType
ExceptionUnknownDishType
public void testCreateHalfMeal() throws ExceptionUnknownMealType, ExceptionUnknownDishType
public void testCreateFullMeal() throws ExceptionUnknownDishType, ExceptionUnknownMealType
public void testAddDish() throws ExceptionUnknownDishType, ExceptionUnknownMealType, java.io.IOException
ExceptionUnknownDishType
ExceptionUnknownMealType
java.io.IOException
public void testRemoveDish() throws ExceptionUnknownMealType, ExceptionUnknownDishType