Class RemoteTestClassRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

    public class RemoteTestClassRunner
    extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.junit.runner.Description describeChild​(org.junit.runner.Runner child)  
      org.junit.runner.Description fixDescription​(org.junit.runner.Description desc)  
      protected List<org.junit.runner.Runner> getChildren()  
      protected String getName()  
      void run​(org.junit.runner.notification.RunNotifier notifier)  
      protected void runChild​(org.junit.runner.Runner child, org.junit.runner.notification.RunNotifier notifier)  
      • Methods inherited from class org.junit.runners.ParentRunner

        childrenInvoker, classBlock, classRules, collectInitializationErrors, filter, getDescription, getRunnerAnnotations, getTestClass, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
      • Methods inherited from class org.junit.runner.Runner

        testCount
    • Method Detail

      • getChildren

        protected List<org.junit.runner.Runner> getChildren()
        Specified by:
        getChildren in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
      • describeChild

        protected org.junit.runner.Description describeChild​(org.junit.runner.Runner child)
        Specified by:
        describeChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
      • fixDescription

        public org.junit.runner.Description fixDescription​(org.junit.runner.Description desc)
      • runChild

        protected void runChild​(org.junit.runner.Runner child,
                                org.junit.runner.notification.RunNotifier notifier)
        Specified by:
        runChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
      • getName

        protected String getName()
        Overrides:
        getName in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
      • run

        public void run​(org.junit.runner.notification.RunNotifier notifier)
        Overrides:
        run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>