Uses of Interface
org.powermock.core.spi.DefaultBehavior
Packages that use DefaultBehavior
Package
Description
-
Uses of DefaultBehavior in org.powermock.api.easymock.internal.invocationcontrol
Classes in org.powermock.api.easymock.internal.invocationcontrol that implement DefaultBehaviorModifier and TypeClassDescriptionclass
The default implementation of theMethodInvocationControl
interface.class
-
Uses of DefaultBehavior in org.powermock.api.mockito.internal.invocation
Classes in org.powermock.api.mockito.internal.invocation that implement DefaultBehaviorModifier and TypeClassDescriptionclass
A Mockito implementation of theMethodInvocationControl
interface.class
-
Uses of DefaultBehavior in org.powermock.core.spi
Subinterfaces of DefaultBehavior in org.powermock.core.spiModifier and TypeInterfaceDescriptioninterface
The purpose of a method invocation control is to invoke a proxy to simulate a method call.interface
A new invocation control pairs up aInvocationSubstitute
with the mock object created when invokingInvocationSubstitute.performSubstitutionLogic(Object...)
object.