public class PowerMockRule
extends java.lang.Object
implements org.junit.rules.MethodRule
| Constructor and Description |
|---|
PowerMockRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
java.lang.Object target) |
protected void |
init(java.lang.Object target) |
protected boolean |
isNotRuleInitialized(java.lang.Object target) |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
java.lang.Object target)
apply in interface org.junit.rules.MethodRuleprotected boolean isNotRuleInitialized(java.lang.Object target)
protected void init(java.lang.Object target)