public class FailsafeSummary
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
FailsafeSummary() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getException()
Get the exception that caused surefire to bomb out.
|
java.lang.String |
getModelEncoding()
Get the modelEncoding field.
|
int |
getResult()
Get the surefire result code.
|
void |
merge(FailsafeSummary summary)
Merges the summary result with this summary result.
|
void |
setException(java.lang.String exception)
Set the exception that caused surefire to bomb out.
|
void |
setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.
|
void |
setResult(int result)
Set the surefire result code.
|
public java.lang.String getException()
public java.lang.String getModelEncoding()
public int getResult()
public void setException(java.lang.String exception)
exception - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setResult(int result)
result - public void merge(FailsafeSummary summary)
summary - The summary to merge.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.