public static enum JUnit4.NoTestsAction extends Enum<JUnit4.NoTestsAction>
Modifier and Type | Method and Description |
---|---|
static JUnit4.NoTestsAction |
valueOf(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(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.