Class FailsafeSummaryXmlUtils

    • Method Detail

      • toRunResult

        public static org.apache.maven.surefire.suite.RunResult toRunResult​(File failsafeSummaryXml)
                                                                     throws Exception
        Throws:
        Exception
      • fromRunResultToFile

        public static void fromRunResultToFile​(org.apache.maven.surefire.suite.RunResult fromRunResult,
                                               File toFailsafeSummaryXml)
                                        throws IOException
        Throws:
        IOException
      • writeSummary

        public static void writeSummary​(org.apache.maven.surefire.suite.RunResult mergedSummary,
                                        File mergedSummaryFile,
                                        boolean inProgress)
                                 throws Exception
        Throws:
        Exception