Uses of Enum
org.easymock.CaptureType
Packages that use CaptureType
-
Uses of CaptureType in org.easymock
Subclasses with type arguments of type CaptureType in org.easymockModifier and TypeClassDescriptionenumDefines how arguments will be captured by a Capture objectMethods in org.easymock that return CaptureTypeModifier and TypeMethodDescriptionstatic CaptureTypeReturns 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 specificCaptureTypestatic <T> Capture<T> Capture.newInstance(CaptureType type) Create a new capture instance with a specificCaptureTypeConstructors in org.easymock with parameters of type CaptureType
EasyMock.newCapture(CaptureType)instead