public class TestCourier
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 |
---|
TestCourier() |
Modifier and Type | Method and Description |
---|---|
void |
testAcceptDelivery() |
void |
testGetNbOfOrderOfTheDay() |
void |
testRegister() |
void |
testSetAvailable() |
void |
testSetNotAvailable() |
void |
testSetPosition() |
void |
testUnregister() |
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 testSetPosition()
public void testSetAvailable()
public void testSetNotAvailable()
public void testRegister() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType
public void testUnregister() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType
public void testAcceptDelivery() throws ExceptionUnknownDishType, ExceptionUnknownStartegyType, ExceptionUnknownTypeOfUser
public void testGetNbOfOrderOfTheDay() throws ExceptionUnknownDishType, ExceptionUnknownStartegyType, ExceptionUnknownTypeOfUser