public static enum JUnit4.JvmOutputAction extends Enum<JUnit4.JvmOutputAction>
Modifier and Type | Method and Description |
---|---|
static JUnit4.JvmOutputAction |
valueOf(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 JUnit4.JvmOutputAction[] values()
for (JUnit4.JvmOutputAction c : JUnit4.JvmOutputAction.values()) System.out.println(c);
public static JUnit4.JvmOutputAction 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 © 2011–2015 Carrot Search s.c.. All rights reserved.