Uses of Interface
org.powermock.core.spi.DefaultBehavior
-
-
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.classEasyMockNewInvocationControl<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 classMockitoNewInvocationControl<T> -
Uses of DefaultBehavior in org.powermock.api.mockito.invocation
Classes in org.powermock.api.mockito.invocation that implement DefaultBehavior Modifier and Type Class Description classMockitoMethodInvocationControl<T>A Mockito implementation of theMethodInvocationControlinterface. -
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.
-