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
EasyMockNewInvocationControl<T>
-
Uses of NewInvocationControl in org.powermock.api.mockito.expectation
Methods in org.powermock.api.mockito.expectation that return NewInvocationControl Modifier and Type Method Description private NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>>
DefaultConstructorExpectationSetup. createNewInvocationControl(java.lang.Class<T> type, java.lang.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 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 DefaultConstructorArgumentsVerification(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. newSubstitutions
Methods 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)
-