|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.failsafe.model.FailsafeSummary
public class FailsafeSummary
Describes the results of executing tests .
| Constructor Summary | |
|---|---|
FailsafeSummary()
|
|
| Method Summary | |
|---|---|
String |
getException()
Get the exception that caused surefire to bomb out. |
String |
getModelEncoding()
Method getModelEncoding. |
int |
getResult()
Get the surefire result code. |
void |
setException(String exception)
Set the exception that caused surefire to bomb out. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
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 String getException()
public String getModelEncoding()
public int getResult()
public void setException(String exception)
exception - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setResult(int result)
result -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||