Uses of Interface
org.powermock.core.spi.support.InvocationSubstitute
Packages that use InvocationSubstitute
Package
Description
-
Uses of InvocationSubstitute in org.powermock.api.easymock.internal.invocationcontrol
Fields in org.powermock.api.easymock.internal.invocationcontrol declared as InvocationSubstituteModifier and TypeFieldDescriptionprivate final InvocationSubstitute
<T> EasyMockNewInvocationControl.substitute
Constructors in org.powermock.api.easymock.internal.invocationcontrol with parameters of type InvocationSubstituteModifierConstructorDescriptionEasyMockNewInvocationControl
(InvocationSubstitute<T> substitute, Class<T> type) -
Uses of InvocationSubstitute in org.powermock.api.mockito.expectation
Fields in org.powermock.api.mockito.expectation declared as InvocationSubstituteModifier and TypeFieldDescriptionprivate final InvocationSubstitute
DefaultConstructorExpectationSetup.mock
Methods in org.powermock.api.mockito.expectation with parameters of type InvocationSubstituteModifier and TypeMethodDescriptionprivate 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 InvocationSubstituteModifier and TypeFieldDescriptionprivate final InvocationSubstitute
<T> MockitoNewInvocationControl.substitute
Methods in org.powermock.api.mockito.internal.invocation that return InvocationSubstituteConstructors in org.powermock.api.mockito.internal.invocation with parameters of type InvocationSubstitute