Uses of Interface
org.powermock.core.spi.DefaultBehavior

Packages that use DefaultBehavior
org.powermock.api.easymock.internal.invocationcontrol   
org.powermock.api.mockito.internal.invocationcontrol   
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
 class EasyMockMethodInvocationControl<T>
          The default implementation of the MethodInvocationControl interface.
 class NewInvocationControlImpl<T>
           
 

Uses of DefaultBehavior in org.powermock.api.mockito.internal.invocationcontrol
 

Classes in org.powermock.api.mockito.internal.invocationcontrol that implement DefaultBehavior
 class MockitoMethodInvocationControl
          A Mockito implementation of the MethodInvocationControl interface.
 class MockitoNewInvocationControl<T>
           
 

Uses of DefaultBehavior in org.powermock.core.spi
 

Subinterfaces of DefaultBehavior in org.powermock.core.spi
 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 a InvocationSubstitute with the mock object created when invoking InvocationSubstitute.performSubstitutionLogic(Object...) object.
 



Copyright © 2007-2012. All Rights Reserved.