Uses of Interface
org.powermock.core.spi.support.InvocationSubstitute

Packages that use InvocationSubstitute
org.powermock.api.easymock.internal.invocationcontrol   
org.powermock.api.mockito.internal.invocationcontrol   
 

Uses of InvocationSubstitute in org.powermock.api.easymock.internal.invocationcontrol
 

Constructors in org.powermock.api.easymock.internal.invocationcontrol with parameters of type InvocationSubstitute
NewInvocationControlImpl(InvocationSubstitute<T> substitute, Class<T> type)
           
 

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

Methods in org.powermock.api.mockito.internal.invocationcontrol that return InvocationSubstitute
 InvocationSubstitute<T> MockitoNewInvocationControl.getSubstitute()
           
 

Constructors in org.powermock.api.mockito.internal.invocationcontrol with parameters of type InvocationSubstitute
MockitoNewInvocationControl(InvocationSubstitute<T> substitute)
           
 



Copyright © 2007-2012. All Rights Reserved.