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(java.lang.Class<?> type)
           
static NewInvocationControl<?> MockRepository.putNewInstanceControl(java.lang.Class<?> type, NewInvocationControl<?> control)
           
 

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



Copyright © 2007-2012. All Rights Reserved.