Class PowerMockRunnerDelegate.DefaultJUnitRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable
    Enclosing class:
    PowerMockRunnerDelegate

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

      Fields 
      Modifier and Type Field Description
      private org.junit.runner.Runner wrappedDefaultRunner  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultJUnitRunner​(java.lang.Class<?> testClass)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static org.junit.runner.Runner createDefaultRunner​(java.lang.Class<?> testClass)  
      org.junit.runner.Description getDescription()  
      void run​(org.junit.runner.notification.RunNotifier notifier)  
      • Methods inherited from class org.junit.runner.Runner

        testCount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wrappedDefaultRunner

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

      • DefaultJUnitRunner

        public DefaultJUnitRunner​(java.lang.Class<?> testClass)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • createDefaultRunner

        private static org.junit.runner.Runner createDefaultRunner​(java.lang.Class<?> testClass)
                                                            throws java.lang.Throwable
        Throws:
        java.lang.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