Class ExecuteTestsCommand.ReportingOptions

  • Enclosing class:
    ExecuteTestsCommand

    static class ExecuteTestsCommand.ReportingOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean failIfNoTests  
      private java.nio.file.Path reportsDir  
      private java.nio.file.Path reportsDir2  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.util.Optional<java.nio.file.Path> getReportsDir()  
      • Methods inherited from class java.lang.Object

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

      • failIfNoTests

        private boolean failIfNoTests
      • reportsDir

        private java.nio.file.Path reportsDir
      • reportsDir2

        private java.nio.file.Path reportsDir2
    • Constructor Detail

      • ReportingOptions

        ReportingOptions()
    • Method Detail

      • getReportsDir

        java.util.Optional<java.nio.file.Path> getReportsDir()