public class TestException
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COURIER |
static int |
CUSTOMER |
static int |
MANAGER |
static int |
RESTAURANT |
static int |
UNKNOWN |
Constructor and Description |
---|
TestException() |
Modifier and Type | Method and Description |
---|---|
void |
testExceptionUnknownDishType() |
void |
testExceptionUnknownMealType() |
void |
testExceptionUnknownStartegyDelivery() |
void |
testExceptionUnknownStartegyProfit() |
void |
testExceptionUnknownTypeOfUser() |
public static final int UNKNOWN
public static final int COURIER
public static final int RESTAURANT
public static final int CUSTOMER
public static final int MANAGER
public void testExceptionUnknownDishType()
public void testExceptionUnknownMealType()
public void testExceptionUnknownStartegyDelivery()
public void testExceptionUnknownStartegyProfit()
public void testExceptionUnknownTypeOfUser() throws ExceptionUnknownStartegyType, ExceptionUnknownTypeOfUser