Class MultipleJresTestClassRunner

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

    public class MultipleJresTestClassRunner
    extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
    • Constructor Detail

      • MultipleJresTestClassRunner

        public MultipleJresTestClassRunner​(Class<?> clasS)
                                    throws Exception
        Throws:
        Exception
    • Method Detail

      • 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>
      • 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>