Uses of Interface
org.powermock.core.spi.NewInvocationControl
Packages that use NewInvocationControl
Package
Description
-
Uses of NewInvocationControl in org.powermock.api.easymock.internal.invocationcontrol
Classes in org.powermock.api.easymock.internal.invocationcontrol that implement NewInvocationControl -
Uses of NewInvocationControl in org.powermock.api.mockito.internal.invocation
Classes in org.powermock.api.mockito.internal.invocation that implement NewInvocationControl -
Uses of NewInvocationControl in org.powermock.api.mockito.internal.verification
Constructors in org.powermock.api.mockito.internal.verification with parameters of type NewInvocationControlModifierConstructorDescriptionDefaultConstructorArgumentsVerfication
(NewInvocationControl<T> invocationControl, Class<?> type) -
Uses of NewInvocationControl in org.powermock.core
Fields in org.powermock.core with type parameters of type NewInvocationControlModifier and TypeFieldDescriptionprivate static Map
<Class<?>, NewInvocationControl<?>> MockRepository.newSubstitutions
Methods in org.powermock.core that return NewInvocationControlModifier and TypeMethodDescriptionstatic NewInvocationControl
<?> MockRepository.getNewInstanceControl
(Class<?> type) static NewInvocationControl
<?> MockRepository.putNewInstanceControl
(Class<?> type, NewInvocationControl<?> control) Methods in org.powermock.core with parameters of type NewInvocationControlModifier and TypeMethodDescriptionstatic NewInvocationControl
<?> MockRepository.putNewInstanceControl
(Class<?> type, NewInvocationControl<?> control)