public class PowerMockRule
extends java.lang.Object
implements org.junit.rules.MethodRule
| Modifier and Type | Field and Description |
|---|---|
private static MockPolicyInitializer |
mockPolicyInitializer |
private static java.lang.Class<?> |
previousTargetClass |
private static TestSuiteChunker |
testSuiteChunker |
| 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) |
private static java.lang.Class<?> previousTargetClass
private static MockPolicyInitializer mockPolicyInitializer
private static TestSuiteChunker testSuiteChunker
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)