Uses of Class
org.easymock.CaptureType
-
Packages that use CaptureType Package Description org.easymock -
-
Uses of CaptureType in org.easymock
Fields in org.easymock declared as CaptureType Modifier and Type Field Description private CaptureType
Capture. type
Methods in org.easymock that return CaptureType Modifier and Type Method Description static CaptureType
CaptureType. valueOf(java.lang.String name)
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 CaptureType Modifier and Type Method Description static <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 Constructor Description Capture(CaptureType type)
Constructor allowing to select the capture type
-