public class TestCore
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 |
---|
TestCore() |
Modifier and Type | Method and Description |
---|---|
void |
testGetLastMonthIncome() |
void |
testGetLastMonthNumberOfCommands() |
void |
testGetUserByLogin() |
void |
testGetUserByName() |
void |
testRemoveWithID() |
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 testGetUserByLogin() throws ExceptionUnknownTypeOfUser, ExceptionUnknownStartegyType
public void testGetUserByName() throws ExceptionUnknownTypeOfUser, ExceptionUnknownStartegyType
public void testRemoveWithID() throws ExceptionUnknownTypeOfUser, ExceptionUnknownStartegyType
public void testGetLastMonthIncome() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType
public void testGetLastMonthNumberOfCommands() throws ExceptionUnknownStartegyType
ExceptionUnknownStartegyType