Package | Description |
---|---|
org.powermock.api.easymock.internal.invocationcontrol | |
org.powermock.api.mockito.internal.invocation | |
org.powermock.core.spi |
Modifier and Type | Class and Description |
---|---|
class |
EasyMockMethodInvocationControl<T>
The default implementation of the
MethodInvocationControl interface. |
class |
NewInvocationControlImpl<T> |
Modifier and Type | Class and Description |
---|---|
class |
MockitoMethodInvocationControl
A Mockito implementation of the
MethodInvocationControl interface. |
class |
MockitoNewInvocationControl<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodInvocationControl
The purpose of a method invocation control is to invoke a proxy to simulate a
method call.
|
interface |
NewInvocationControl<T>
A new invocation control pairs up a
InvocationSubstitute with the
mock object created when invoking
InvocationSubstitute.performSubstitutionLogic(Object...) object. |