|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NewInvocationControl<T>
A new invocation control pairs up a InvocationSubstitute with the
mock object created when invoking
InvocationSubstitute.performSubstitutionLogic(Object...) object.
| Method Summary | |
|---|---|
T |
expectSubstitutionLogic(java.lang.Object... arguments)
Expect a call to the new instance substitution logic. |
java.lang.Object |
invoke(java.lang.Class<?> type,
java.lang.Object[] args,
java.lang.Class<?>[] sig)
Invoke the invocation control |
| Methods inherited from interface org.powermock.core.spi.DefaultBehavior |
|---|
replay, reset, verify |
| Method Detail |
|---|
java.lang.Object invoke(java.lang.Class<?> type,
java.lang.Object[] args,
java.lang.Class<?>[] sig)
throws java.lang.Exception
java.lang.Exception
T expectSubstitutionLogic(java.lang.Object... arguments)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||