public static enum JUnit4.JvmOutputAction extends java.lang.Enum<JUnit4.JvmOutputAction>
| Modifier and Type | Method and Description |
|---|---|
static JUnit4.JvmOutputAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JUnit4.JvmOutputAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JUnit4.JvmOutputAction PIPE
public static final JUnit4.JvmOutputAction IGNORE
public static final JUnit4.JvmOutputAction FAIL
public static final JUnit4.JvmOutputAction WARN
public static final JUnit4.JvmOutputAction LISTENERS
public static JUnit4.JvmOutputAction[] values()
for (JUnit4.JvmOutputAction c : JUnit4.JvmOutputAction.values()) System.out.println(c);
public static JUnit4.JvmOutputAction valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2017 Carrot Search s.c.. All rights reserved.