public static enum JUnit4.NoTestsAction extends java.lang.Enum<JUnit4.NoTestsAction>
| Modifier and Type | Method and Description |
|---|---|
static JUnit4.NoTestsAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JUnit4.NoTestsAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JUnit4.NoTestsAction IGNORE
public static final JUnit4.NoTestsAction FAIL
public static final JUnit4.NoTestsAction WARN
public static JUnit4.NoTestsAction[] values()
for (JUnit4.NoTestsAction c : JUnit4.NoTestsAction.values()) System.out.println(c);
public static JUnit4.NoTestsAction 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.