Deprecated API


Contents
Deprecated Annotation Types
org.powermock.core.classloader.annotations.Mock
          Use Mock annotation in respective extension API instead. This annotation will be removed in an upcoming release. 
 

Deprecated Methods
org.powermock.mockpolicies.MockPolicyInterceptionSettings.addSubtituteReturnValue(Method, Object)
          Use MockPolicyInterceptionSettings.stubMethod(Method, Object) instead. 
org.powermock.mockpolicies.MockPolicyInterceptionSettings.getSubstituteReturnValues()
          Use MockPolicyInterceptionSettings.getStubbedMethods() instead. 
org.powermock.mockpolicies.MockPolicyInterceptionSettings.setSubtituteReturnValues(Map)
          Use MockPolicyInterceptionSettings.stubMethod(Method, Object) instead. 
 



Copyright © 2007-2014. All Rights Reserved.