public interface NewInvocationControl<T> extends DefaultBehavior
InvocationSubstitute
with the
mock object created when invoking
InvocationSubstitute.performSubstitutionLogic(Object...)
object.Modifier and Type | Method and Description |
---|---|
T |
expectSubstitutionLogic(Object... arguments)
Expect a call to the new instance substitution logic.
|
Object |
invoke(Class<?> type,
Object[] args,
Class<?>[] sig)
Invoke the invocation control
|
replay, reset, verify
Copyright © 2007–2015. All rights reserved.