public static enum DirtiesMocks.ClassMode extends Enum<DirtiesMocks.ClassMode>
| Enum Constant and Description |
|---|
AFTER_CLASS |
AFTER_EACH_TEST_METHOD |
| Modifier and Type | Method and Description |
|---|---|
static DirtiesMocks.ClassMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirtiesMocks.ClassMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirtiesMocks.ClassMode AFTER_CLASS
public static final DirtiesMocks.ClassMode AFTER_EACH_TEST_METHOD
public static DirtiesMocks.ClassMode[] values()
for (DirtiesMocks.ClassMode c : DirtiesMocks.ClassMode.values()) System.out.println(c);
public static DirtiesMocks.ClassMode 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 © 2013. All Rights Reserved.