Serializable
, Comparable<MocksControl.MockType>
@Deprecated public static enum MocksControl.MockType extends Enum<MocksControl.MockType>
Enum Constant | Description |
---|---|
DEFAULT |
Deprecated.
|
NICE |
Deprecated.
|
STRICT |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
MockType |
getRealType() |
Deprecated.
|
static MocksControl.MockType |
valueOf(String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MocksControl.MockType[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MocksControl.MockType NICE
public static final MocksControl.MockType DEFAULT
public static final MocksControl.MockType STRICT
public static MocksControl.MockType[] values()
for (MocksControl.MockType c : MocksControl.MockType.values()) System.out.println(c);
public static MocksControl.MockType 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 nullpublic MockType getRealType()
Copyright © 2001–2018 EasyMock contributors. All rights reserved.