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 TypeClassDescriptionclassThe default implementation of theMethodInvocationControlinterface.class -
Uses of DefaultBehavior in org.powermock.api.mockito.internal.invocation
Classes in org.powermock.api.mockito.internal.invocation that implement DefaultBehavior -
Uses of DefaultBehavior in org.powermock.api.mockito.invocation
Classes in org.powermock.api.mockito.invocation that implement DefaultBehaviorModifier and TypeClassDescriptionclassA Mockito implementation of theMethodInvocationControlinterface. -
Uses of DefaultBehavior in org.powermock.core.spi
Subinterfaces of DefaultBehavior in org.powermock.core.spiModifier and TypeInterfaceDescriptioninterfaceThe purpose of a method invocation control is to invoke a proxy to simulate a method call.interfaceA new invocation control pairs up aInvocationSubstitutewith the mock object created when invokingInvocationSubstitute.performSubstitutionLogic(Object...)object.