Package | Description |
---|---|
org.easymock |
Modifier and Type | Method and Description |
---|---|
static CaptureType |
CaptureType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static <T> Capture<T> |
EasyMock.newCapture(CaptureType type)
Create a new capture instance with a specific
CaptureType |
static <T> Capture<T> |
Capture.newInstance(CaptureType type)
Create a new capture instance with a specific
CaptureType |
Constructor and Description |
---|
Capture(CaptureType type)
Deprecated.
Use
EasyMock.newCapture(CaptureType) instead |
Copyright © 2001–2014 EasyMock contributors. All rights reserved.