Uses of Enum Class
org.easymock.CaptureType
-
Uses of CaptureType in org.easymock
Modifier 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.Modifier 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
.