Uses of Enum
org.easymock.CaptureType
Packages that use CaptureType
-
Uses of CaptureType in org.easymock
Methods in org.easymock that return CaptureTypeModifier and TypeMethodDescriptionstatic CaptureType
Returns the enum constant of this type with the specified name.static CaptureType[]
CaptureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.easymock with parameters of type CaptureTypeModifier and TypeMethodDescriptionstatic <T> Capture<T>
EasyMock.newCapture
(CaptureType type) Create a new capture instance with a specificCaptureType
static <T> Capture<T>
Capture.newInstance
(CaptureType type) Create a new capture instance with a specificCaptureType
Constructors in org.easymock with parameters of type CaptureType
EasyMock.newCapture(CaptureType)
instead