Class RunnerRequest


  • class RunnerRequest
    extends org.junit.runner.Request
    Since:
    4.12
    • Field Summary

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

      Constructors 
      Constructor Description
      RunnerRequest​(org.junit.runner.Runner runner)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.runner.Runner getRunner()  
      • Methods inherited from class org.junit.runner.Request

        aClass, classes, classes, classWithoutSuiteMethod, errorReport, filterWith, filterWith, method, orderWith, runner, sortWith
      • Methods inherited from class java.lang.Object

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

      • runner

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

      • RunnerRequest

        RunnerRequest​(org.junit.runner.Runner runner)
    • Method Detail

      • getRunner

        public org.junit.runner.Runner getRunner()
        Specified by:
        getRunner in class org.junit.runner.Request