Uses of Interface
org.powermock.core.spi.NewInvocationControl
-
-
Uses of NewInvocationControl in org.powermock.api.easymock.internal.invocationcontrol
Classes in org.powermock.api.easymock.internal.invocationcontrol that implement NewInvocationControl Modifier and Type Class Description class
NewInvocationControlImpl<T>
-
Uses of NewInvocationControl in org.powermock.api.mockito.internal.invocation
Classes in org.powermock.api.mockito.internal.invocation that implement NewInvocationControl Modifier and Type Class Description class
MockitoNewInvocationControl<T>
-
Uses of NewInvocationControl in org.powermock.api.mockito.internal.verification
Constructors in org.powermock.api.mockito.internal.verification with parameters of type NewInvocationControl Constructor Description DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl, Class<?> type)
-
Uses of NewInvocationControl in org.powermock.core
Methods in org.powermock.core that return NewInvocationControl Modifier and Type Method Description static NewInvocationControl<?>
MockRepository. getNewInstanceControl(Class<?> type)
static NewInvocationControl<?>
MockRepository. putNewInstanceControl(Class<?> type, NewInvocationControl<?> control)
Methods in org.powermock.core with parameters of type NewInvocationControl Modifier and Type Method Description static NewInvocationControl<?>
MockRepository. putNewInstanceControl(Class<?> type, NewInvocationControl<?> control)
-