Package | Description |
---|---|
org.easymock |
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.
|
Modifier and Type | Method | 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 | Description |
---|---|
Capture(CaptureType type) |
Deprecated.
Use
EasyMock.newCapture(CaptureType) instead |
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.