Uses of Interface
org.powermock.core.spi.DefaultBehavior
-
Packages that use DefaultBehavior Package Description org.powermock.api.easymock.internal.invocationcontrol org.powermock.api.mockito.internal.invocation org.powermock.core.spi -
-
Uses of DefaultBehavior in org.powermock.api.easymock.internal.invocationcontrol
Classes in org.powermock.api.easymock.internal.invocationcontrol that implement DefaultBehavior Modifier and Type Class Description class
EasyMockMethodInvocationControl<T>
The default implementation of theMethodInvocationControl
interface.class
NewInvocationControlImpl<T>
-
Uses of DefaultBehavior in org.powermock.api.mockito.internal.invocation
Classes in org.powermock.api.mockito.internal.invocation that implement DefaultBehavior Modifier and Type Class Description class
MockitoMethodInvocationControl
A Mockito implementation of theMethodInvocationControl
interface.class
MockitoNewInvocationControl<T>
-
Uses of DefaultBehavior in org.powermock.core.spi
Subinterfaces of DefaultBehavior in org.powermock.core.spi Modifier and Type Interface Description interface
MethodInvocationControl
The purpose of a method invocation control is to invoke a proxy to simulate a method call.interface
NewInvocationControl<T>
A new invocation control pairs up aInvocationSubstitute
with the mock object created when invokingInvocationSubstitute.performSubstitutionLogic(Object...)
object.
-