Class FailsafeSummaryXmlUtils

    • Method Detail

      • toRunResult

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

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

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