Uses of Interface
org.powermock.api.support.membermodification.strategy.MethodStubStrategy

Packages that use MethodStubStrategy
org.powermock.api.support.membermodification   
org.powermock.api.support.membermodification.strategy.impl   
 

Uses of MethodStubStrategy in org.powermock.api.support.membermodification
 

Methods in org.powermock.api.support.membermodification that return MethodStubStrategy
static
<T> MethodStubStrategy<T>
MemberModifier.stub(Method method)
          Add a method that should be intercepted and return another value (i.e.
 

Uses of MethodStubStrategy in org.powermock.api.support.membermodification.strategy.impl
 

Classes in org.powermock.api.support.membermodification.strategy.impl that implement MethodStubStrategy
 class MethodStubStrategyImpl<T>
           
 



Copyright © 2007-2012. All Rights Reserved.