public enum EventTestErrorCodes extends Enum<EventTestErrorCodes> implements org.seedstack.seed.core.api.ErrorCode
| Enum Constant and Description |
|---|
EVENT_WAS_HANDLER_BY |
EVENT_WAS_NOT_EXACTLY_HANDLER_BY |
EVENT_WAS_NOT_HANDLER_BY |
FAILED_TO_INVOKE_METHOD |
HANDLER_WAS_NOT_CALLED |
HANDLER_WAS_NOT_CALLED_WITH_EXPECTED_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static EventTestErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTestErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTestErrorCodes EVENT_WAS_HANDLER_BY
public static final EventTestErrorCodes EVENT_WAS_NOT_HANDLER_BY
public static final EventTestErrorCodes EVENT_WAS_NOT_EXACTLY_HANDLER_BY
public static final EventTestErrorCodes FAILED_TO_INVOKE_METHOD
public static final EventTestErrorCodes HANDLER_WAS_NOT_CALLED
public static final EventTestErrorCodes HANDLER_WAS_NOT_CALLED_WITH_EXPECTED_EVENT
public static EventTestErrorCodes[] values()
for (EventTestErrorCodes c : EventTestErrorCodes.values()) System.out.println(c);
public static EventTestErrorCodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013-2015–2015. All rights reserved.