public static enum TracingTestListener.ListenerInvocation extends Enum<TracingTestListener.ListenerInvocation> implements TracingTestListener.Invocation
| Enum Constant and Description |
|---|
LISTENER_AFTER_CREATE_TEST_OBJECT |
LISTENER_AFTER_TEST_METHOD |
LISTENER_AFTER_TEST_TEARDOWN |
LISTENER_BEFORE_CLASS |
LISTENER_BEFORE_TEST_METHOD |
LISTENER_BEFORE_TEST_SET_UP |
| Modifier and Type | Method and Description |
|---|---|
static TracingTestListener.ListenerInvocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingTestListener.ListenerInvocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TracingTestListener.ListenerInvocation LISTENER_BEFORE_CLASS
public static final TracingTestListener.ListenerInvocation LISTENER_AFTER_CREATE_TEST_OBJECT
public static final TracingTestListener.ListenerInvocation LISTENER_BEFORE_TEST_SET_UP
public static final TracingTestListener.ListenerInvocation LISTENER_BEFORE_TEST_METHOD
public static final TracingTestListener.ListenerInvocation LISTENER_AFTER_TEST_METHOD
public static final TracingTestListener.ListenerInvocation LISTENER_AFTER_TEST_TEARDOWN
public static TracingTestListener.ListenerInvocation[] values()
for (TracingTestListener.ListenerInvocation c : TracingTestListener.ListenerInvocation.values()) System.out.println(c);
public static TracingTestListener.ListenerInvocation 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 © 2017. All rights reserved.