Uses of Interface
org.powermock.core.spi.support.InvocationSubstitute
-
Packages that use InvocationSubstitute Package Description org.powermock.api.easymock.internal.invocationcontrol org.powermock.api.mockito.internal.invocation -
-
Uses of InvocationSubstitute in org.powermock.api.easymock.internal.invocationcontrol
Constructors in org.powermock.api.easymock.internal.invocationcontrol with parameters of type InvocationSubstitute Constructor Description NewInvocationControlImpl(InvocationSubstitute<T> substitute, Class<T> type)
-
Uses of InvocationSubstitute in org.powermock.api.mockito.internal.invocation
Methods in org.powermock.api.mockito.internal.invocation that return InvocationSubstitute Modifier and Type Method Description InvocationSubstitute<T>
MockitoNewInvocationControl. getSubstitute()
Constructors in org.powermock.api.mockito.internal.invocation with parameters of type InvocationSubstitute Constructor Description MockitoNewInvocationControl(InvocationSubstitute<T> substitute)
-