Class MethodStubStrategyImpl<T>
java.lang.Object
org.powermock.api.support.membermodification.strategy.impl.MethodStubStrategyImpl<T>
- All Implemented Interfaces:
MethodStubStrategy<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
method
-
-
Constructor Details
-
MethodStubStrategyImpl
-
-
Method Details
-
andReturn
Deprecated.Description copied from interface:MethodStubStrategyStubs the method to return the specified returnValue.- Specified by:
andReturnin interfaceMethodStubStrategy<T>- Parameters:
returnValue- The value that will be returned.
-
toThrow
Description copied from interface:MethodStubStrategyStubs the method to throw the specified throwable.- Specified by:
toThrowin interfaceMethodStubStrategy<T>- Parameters:
throwable- the throwable
-
toReturn
Description copied from interface:MethodStubStrategyStubs the method to return the specified returnValue.- Specified by:
toReturnin interfaceMethodStubStrategy<T>- Parameters:
returnValue- The value that will be returned.
-