public interface InvocationSubstitute<T>
performSubstitutionLogic(Object...)
method instead with
the constructor arguments. The interception process must take care of doing
this. Also remember that behaviors such as replay and/or verify must be
performed on (A).Modifier and Type | Method and Description |
---|---|
T |
performSubstitutionLogic(java.lang.Object... arguments) |
T performSubstitutionLogic(java.lang.Object... arguments) throws java.lang.Exception
java.lang.Exception