Uses of Enum Class
org.easymock.CaptureType
Packages that use CaptureType
-
Uses of CaptureType in org.easymock
Fields in org.easymock declared as CaptureTypeMethods in org.easymock that return CaptureTypeModifier and TypeMethodDescriptionstatic CaptureType
Returns the enum constant of this class with the specified name.static CaptureType[]
CaptureType.values()
Returns an array containing the constants of this enum class, 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 CaptureTypeModifierConstructorDescriptionprivate
Capture
(CaptureType type) Constructor allowing to select the capture type.