| Package | Description |
|---|---|
| org.powermock.core.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MethodInvocationControl
The purpose of a method invocation control is to invoke a proxy to simulate a
method call.
|
interface |
NewInvocationControl<T>
A new invocation control pairs up a
InvocationSubstitute with the
mock object created when invoking
InvocationSubstitute.performSubstitutionLogic(Object...) object. |
Copyright © 2007–2015. All rights reserved.