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
Fields in org.powermock.api.easymock.internal.invocationcontrol declared as InvocationSubstitute Modifier and Type Field Description private InvocationSubstitute<T>
NewInvocationControlImpl. substitute
Constructors in org.powermock.api.easymock.internal.invocationcontrol with parameters of type InvocationSubstitute Constructor Description NewInvocationControlImpl(InvocationSubstitute<T> substitute, java.lang.Class<T> type)
-
Uses of InvocationSubstitute in org.powermock.api.mockito.internal.invocation
Fields in org.powermock.api.mockito.internal.invocation declared as InvocationSubstitute Modifier and Type Field Description private InvocationSubstitute<T>
MockitoNewInvocationControl. substitute
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)
-