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.expectation
Methods in org.powermock.api.mockito.expectation that return NewInvocationControlModifier and TypeMethodDescriptionprivate NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>> DefaultConstructorExpectationSetup.createNewInvocationControl(Class<T> type, Class<T> unmockedType) private NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>> DefaultConstructorExpectationSetup.createNewInvocationControl(InvocationSubstitute<T> mock) -
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 NewInvocationControlModifierConstructorDescriptionDefaultConstructorArgumentsVerification(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.newSubstitutionsMethods 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)