public class TestTargetProfitStrategy
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 |
---|
TestTargetProfitStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
testDeliveryCost() |
void |
testMarkupPercentage() |
void |
testServiceFee() |
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 testDeliveryCost() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType
public void testMarkupPercentage() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType
public void testServiceFee() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType