Package org.powermock.core.spi
Interface NewInvocationControl<T>
- All Superinterfaces:
DefaultBehavior
- All Known Implementing Classes:
MockitoNewInvocationControl
,NewInvocationControlImpl
A new invocation control pairs up a
InvocationSubstitute
with the
mock object created when invoking
InvocationSubstitute.performSubstitutionLogic(Object...)
object.-
Method Summary
Methods inherited from interface org.powermock.core.spi.DefaultBehavior
replay, reset, verify