Uses of Interface
org.powermock.api.support.membermodification.strategy.MethodStubStrategy
-
Packages that use MethodStubStrategy Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
MethodStubStrategyImpl<T>
-