org.powermock.modules.junit4.rule
Class PowerMockRule

java.lang.Object
  extended by org.powermock.modules.junit4.rule.PowerMockRule
All Implemented Interfaces:
org.junit.rules.MethodRule

public class PowerMockRule
extends Object
implements org.junit.rules.MethodRule


Constructor Summary
PowerMockRule()
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerMockRule

public PowerMockRule()
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runners.model.FrameworkMethod method,
                                               Object target)
Specified by:
apply in interface org.junit.rules.MethodRule


Copyright © 2007-2012. All Rights Reserved.