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

Packages that use NewInvocationControl
org.powermock.core   
 

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-2013. All Rights Reserved.