| Package | Description |
|---|---|
| org.apache.maven.surefire.failsafe.model | |
| org.apache.maven.surefire.failsafe.model.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
void |
FailsafeSummary.merge(FailsafeSummary summary)
Merges the summary result with this summary result.
|
| Modifier and Type | Method and Description |
|---|---|
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(java.io.InputStream in)
Method read.
|
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(java.io.Reader reader) |
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(java.io.Reader reader,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailsafeSummaryXpp3Writer.write(java.io.OutputStream stream,
FailsafeSummary failsafeSummary)
Method write.
|
void |
FailsafeSummaryXpp3Writer.write(java.io.Writer writer,
FailsafeSummary failsafeSummary)
Method write.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.