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

Packages that use NewInvocationControl
org.powermock.api.easymock.internal.invocationcontrol   
org.powermock.api.mockito.internal.invocationcontrol   
org.powermock.api.mockito.internal.verification   
org.powermock.core   
 

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

Classes in org.powermock.api.easymock.internal.invocationcontrol that implement NewInvocationControl
 class NewInvocationControlImpl<T>
           
 

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

Classes in org.powermock.api.mockito.internal.invocationcontrol that implement NewInvocationControl
 class MockitoNewInvocationControl<T>
           
 

Uses of NewInvocationControl in org.powermock.api.mockito.internal.verification
 

Constructors in org.powermock.api.mockito.internal.verification with parameters of type NewInvocationControl
DefaultConstructorArgumentsVerfication(NewInvocationControl<T> invocationControl, Class<?> type)
           
 

Uses of NewInvocationControl in org.powermock.core
 

Methods in org.powermock.core that return NewInvocationControl
static NewInvocationControl<?> MockRepository.getNewInstanceControl(Class<?> type)
           
static NewInvocationControl<?> MockRepository.putNewInstanceControl(Class<?> type, NewInvocationControl<?> control)
           
 

Methods in org.powermock.core with parameters of type NewInvocationControl
static NewInvocationControl<?> MockRepository.putNewInstanceControl(Class<?> type, NewInvocationControl<?> control)
           
 



Copyright © 2007-2012. All Rights Reserved.