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 classEasyMockMethodInvocationControl<T>The default implementation of theMethodInvocationControlinterface.classNewInvocationControlImpl<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 classMockitoMethodInvocationControlA Mockito implementation of theMethodInvocationControlinterface.classMockitoNewInvocationControl<T> -
Uses of DefaultBehavior in org.powermock.core.spi
Subinterfaces of DefaultBehavior in org.powermock.core.spi Modifier and Type Interface Description interfaceMethodInvocationControlThe purpose of a method invocation control is to invoke a proxy to simulate a method call.interfaceNewInvocationControl<T>A new invocation control pairs up aInvocationSubstitutewith the mock object created when invokingInvocationSubstitute.performSubstitutionLogic(Object...)object.
-