Uses of Interface
org.powermock.core.spi.support.InvocationSubstitute
-
Packages that use InvocationSubstitute Package Description org.powermock.api.easymock.internal.invocationcontrol org.powermock.api.mockito.expectation org.powermock.api.mockito.internal.invocation -
-
Uses of InvocationSubstitute in org.powermock.api.easymock.internal.invocationcontrol
Fields in org.powermock.api.easymock.internal.invocationcontrol declared as InvocationSubstitute Modifier and Type Field Description private InvocationSubstitute<T>
EasyMockNewInvocationControl. substitute
Constructors in org.powermock.api.easymock.internal.invocationcontrol with parameters of type InvocationSubstitute Constructor Description EasyMockNewInvocationControl(InvocationSubstitute<T> substitute, java.lang.Class<T> type)
-
Uses of InvocationSubstitute in org.powermock.api.mockito.expectation
Fields in org.powermock.api.mockito.expectation declared as InvocationSubstitute Modifier and Type Field Description private InvocationSubstitute
DefaultConstructorExpectationSetup. mock
Methods in org.powermock.api.mockito.expectation with parameters of type InvocationSubstitute Modifier and Type Method Description private NewInvocationControl<org.mockito.stubbing.OngoingStubbing<T>>
DefaultConstructorExpectationSetup. createNewInvocationControl(InvocationSubstitute<T> mock)
-
Uses of InvocationSubstitute in org.powermock.api.mockito.internal.invocation
Fields in org.powermock.api.mockito.internal.invocation declared as InvocationSubstitute Modifier and Type Field Description private InvocationSubstitute<T>
MockitoNewInvocationControl. substitute
Methods in org.powermock.api.mockito.internal.invocation that return InvocationSubstitute Modifier and Type Method Description InvocationSubstitute<T>
MockitoNewInvocationControl. getSubstitute()
Constructors in org.powermock.api.mockito.internal.invocation with parameters of type InvocationSubstitute Constructor Description MockitoNewInvocationControl(InvocationSubstitute<T> substitute)
-