Class PowerMockRunnerDelegate.DefaultJUnitRunner

java.lang.Object
org.junit.runner.Runner
org.powermock.modules.junit4.PowerMockRunnerDelegate.DefaultJUnitRunner
All Implemented Interfaces:
org.junit.runner.Describable
Enclosing class:
PowerMockRunnerDelegate

public static final class PowerMockRunnerDelegate.DefaultJUnitRunner extends org.junit.runner.Runner
  • Field Details

    • wrappedDefaultRunner

      private final org.junit.runner.Runner wrappedDefaultRunner
  • Constructor Details

  • Method Details

    • createDefaultRunner

      private static org.junit.runner.Runner createDefaultRunner(Class<?> testClass) throws Throwable
      Throws:
      Throwable
    • getDescription

      public org.junit.runner.Description getDescription()
      Specified by:
      getDescription in interface org.junit.runner.Describable
      Specified by:
      getDescription in class org.junit.runner.Runner
    • run

      public void run(org.junit.runner.notification.RunNotifier notifier)
      Specified by:
      run in class org.junit.runner.Runner