public static enum Invocation.ExpectationMode extends Enum<Invocation.ExpectationMode>
Modifier and Type | Method and Description |
---|---|
static Invocation.ExpectationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invocation.ExpectationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Invocation.ExpectationMode BUILDING
public static final Invocation.ExpectationMode ASSERTING
public static final Invocation.ExpectationMode LEGACY
public static Invocation.ExpectationMode[] values()
for (Invocation.ExpectationMode c : Invocation.ExpectationMode.values()) System.out.println(c);
public static Invocation.ExpectationMode 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 © 2003–2024 jMock. All rights reserved.