Interface NewInvocationControl<T>

All Superinterfaces:
DefaultBehavior
All Known Implementing Classes:
MockitoNewInvocationControl, NewInvocationControlImpl

public interface NewInvocationControl<T> extends DefaultBehavior
A new invocation control pairs up a InvocationSubstitute with the mock object created when invoking InvocationSubstitute.performSubstitutionLogic(Object...) object.