public class TestCustomer
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 |
---|
TestCustomer() |
Modifier and Type | Method and Description |
---|---|
void |
testAcceptSpam() |
void |
testGetCard() |
void |
testGetPointInTheCard() |
void |
testPlaceOrder() |
void |
testRefuseSpam() |
void |
testRegisterFidelityPlan() |
void |
testUnregisterFidelityPlan() |
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 testGetCard() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType
public void testPlaceOrder() throws ExceptionUnknownStartegyType, ExceptionUnknownDishType, ExceptionUnknownTypeOfUser
public void testRegisterFidelityPlan()
public void testUnregisterFidelityPlan()
public void testGetPointInTheCard() throws ExceptionUnknownStartegyType, ExceptionUnknownDishType, ExceptionUnknownTypeOfUser
public void testAcceptSpam()
public void testRefuseSpam()