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 classNewInvocationControlImpl<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 classMockitoNewInvocationControl<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, java.lang.Class<?> type) -
Uses of NewInvocationControl in org.powermock.core
Fields in org.powermock.core with type parameters of type NewInvocationControl Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,NewInvocationControl<?>>MockRepository. newSubstitutionsMethods in org.powermock.core that return NewInvocationControl Modifier and Type Method Description static NewInvocationControl<?>MockRepository. getNewInstanceControl(java.lang.Class<?> type)static NewInvocationControl<?>MockRepository. putNewInstanceControl(java.lang.Class<?> type, NewInvocationControl<?> control)Methods in org.powermock.core with parameters of type NewInvocationControl Modifier and Type Method Description static NewInvocationControl<?>MockRepository. putNewInstanceControl(java.lang.Class<?> type, NewInvocationControl<?> control)
-