Class TestResultManager


  • public class TestResultManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TestResultManager​(java.io.File summaryReport)  
      TestResultManager​(java.lang.String projectName, java.lang.String filename, java.io.File testReportDirectory, java.io.File summaryReport)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JRubyRun.Result generateReports​(de.saumya.mojo.jruby.JRubyVersion.Mode mode, de.saumya.mojo.jruby.JRubyVersion version, java.io.File outputfile)  
      • Methods inherited from class java.lang.Object

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

      • TestResultManager

        public TestResultManager​(java.io.File summaryReport)
      • TestResultManager

        public TestResultManager​(java.lang.String projectName,
                                 java.lang.String filename,
                                 java.io.File testReportDirectory,
                                 java.io.File summaryReport)
    • Method Detail

      • generateReports

        public JRubyRun.Result generateReports​(de.saumya.mojo.jruby.JRubyVersion.Mode mode,
                                               de.saumya.mojo.jruby.JRubyVersion version,
                                               java.io.File outputfile)
                                        throws java.io.IOException
        Throws:
        java.io.IOException