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
 
Methods inherited from class org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner
filter, getDescription, run, 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


Copyright © 2007-2010. All Rights Reserved.