Class FailsafeSummaryXmlUtils
java.lang.Object
org.apache.maven.plugin.failsafe.util.FailsafeSummaryXmlUtils
- Since:
- 2.20
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fromRunResultToFile
(RunResult fromRunResult, File toFailsafeSummaryXml) static RunResult
toRunResult
(File failsafeSummaryXml) static void
writeSummary
(RunResult mergedSummary, File mergedSummaryFile, boolean inProgress)
-
Field Details
-
FAILSAFE_SUMMARY_XML_SCHEMA_LOCATION
- See Also:
-
MESSAGE_NIL_ELEMENT
- See Also:
-
MESSAGE_ELEMENT
- See Also:
-
FAILSAFE_SUMMARY_XML_TEMPLATE
- See Also:
-
-
Constructor Details
-
FailsafeSummaryXmlUtils
private FailsafeSummaryXmlUtils()
-
-
Method Details
-
toRunResult
- Throws:
Exception
-
fromRunResultToFile
public static void fromRunResultToFile(RunResult fromRunResult, File toFailsafeSummaryXml) throws IOException - Throws:
IOException
-
writeSummary
public static void writeSummary(RunResult mergedSummary, File mergedSummaryFile, boolean inProgress) throws Exception - Throws:
Exception
-