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(InputStream in)
Method read.
|
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(Reader reader) |
FailsafeSummary |
FailsafeSummaryXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
FailsafeSummaryXpp3Writer.write(OutputStream stream,
FailsafeSummary failsafeSummary)
Method write.
|
void |
FailsafeSummaryXpp3Writer.write(Writer writer,
FailsafeSummary failsafeSummary)
Method write.
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.