|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.failsafe.model.FailsafeSummary
public class FailsafeSummary
Describes the results of executing tests .
| Constructor Summary | |
|---|---|
FailsafeSummary()
|
|
| Method Summary | |
|---|---|
void |
addException(String string)
Method addException. |
String |
getException()
Get [DEPRECATED] The (original) exception that caused surefire to bomb out. |
List<String> |
getExceptions()
Method getExceptions. |
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 |
removeException(String string)
Method removeException. |
void |
setException(String exception)
Set [DEPRECATED] The (original) exception that caused surefire to bomb out. |
void |
setExceptions(List<String> exceptions)
Set the exception(s) that caused surefire to bomb out. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setResult(int result)
Set the surefire result code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailsafeSummary()
| Method Detail |
|---|
public void addException(String string)
string - public String getException()
public List<String> getExceptions()
public String getModelEncoding()
public int getResult()
public void removeException(String string)
string - public void setException(String exception)
exception - public void setExceptions(List<String> exceptions)
exceptions - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setResult(int result)
result - public void merge(FailsafeSummary summary)
summary - The summary to merge.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||