org.powermock.modules.junit4
Class PowerMockRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
          extended by org.powermock.modules.junit4.PowerMockRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class PowerMockRunner
extends AbstractCommonPowerMockRunner


Constructor Summary
PowerMockRunner(Class<?> klass)
           
 
Method Summary
 void run(org.junit.runner.notification.RunNotifier notifier)
          Clean up some state to avoid OOM issues
 
Methods inherited from class org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
filter, getDescription, sort, testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerMockRunner

public PowerMockRunner(Class<?> klass)
                throws Exception
Throws:
Exception
Method Detail

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Clean up some state to avoid OOM issues

Overrides:
run in class AbstractCommonPowerMockRunner


Copyright © 2007-2013. All Rights Reserved.