Uses of Class
org.easymock.internal.MocksControl.MockType
-
Packages that use MocksControl.MockType Package Description org.easymock.internal -
-
Uses of MocksControl.MockType in org.easymock.internal
Methods in org.easymock.internal that return MocksControl.MockType Modifier and Type Method Description static MocksControl.MockType
MocksControl.MockType. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static MocksControl.MockType[]
MocksControl.MockType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.easymock.internal with parameters of type MocksControl.MockType Constructor Description MocksControl(MocksControl.MockType type)
-