public class TestUserFactory
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 |
---|
TestUserFactory() |
Modifier and Type | Method and Description |
---|---|
void |
testCreateHumanUser() |
void |
testCreateMoralUser() |
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 testCreateHumanUser() throws ExceptionUnknownTypeOfUser
ExceptionUnknownTypeOfUser
public void testCreateMoralUser() throws ExceptionUnknownTypeOfUser
ExceptionUnknownTypeOfUser