@Deprecated public static enum MocksControl.MockType extends Enum<MocksControl.MockType>
| Enum Constant and Description | 
|---|
| DEFAULTDeprecated.  | 
| NICEDeprecated.  | 
| STRICTDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 MockType realType
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 nullCopyright © 2001–2014 EasyMock contributors. All rights reserved.