|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A SuiteSummary provides the summary of suite result.
| Method Summary | |
int |
failed()
Returns the failed case number of this suite. |
long |
getEndTime()
Returns the end time of this suite. |
String |
getName()
Returns the name of the suite. |
long |
getStartTime()
Returns the start time of this suite. |
int |
passed()
Returns the passed case number of this suite. |
int |
skipped()
Returns the skipped case number of this suite. |
int |
total()
Returns the total case number of this suite. |
| Method Detail |
public String getName()
public long getStartTime()
public long getEndTime()
public int passed()
public int failed()
public int skipped()
public int total()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||