Modifier and Type | Class and Description |
---|---|
class |
EasyMockMethodInvocationControl<T>
The default implementation of the
MethodInvocationControl interface. |
class |
EasyMockNewInvocationControl<T> |
Modifier and Type | Class and Description |
---|---|
class |
MockitoNewInvocationControl<T> |
Modifier and Type | Class and Description |
---|---|
class |
MockitoMethodInvocationControl<T>
A Mockito implementation of the
MethodInvocationControl interface. |
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. |
Copyright © 2019. All rights reserved.