|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjetif.ext.SuiteResult
This class SuiteResult represents a container of test result.
It's used to contains the result of a suite. It's useful for some GUI
front-end to collect the test result and show it in the GUI.
| Method Summary | |
int |
failed()
Returns the failed case number of this suite. |
List |
getCaseResults()
Returns the results of test cases. |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public String getName()
getName in interface SuiteSummarypublic long getStartTime()
getStartTime in interface SuiteSummarypublic long getEndTime()
getEndTime in interface SuiteSummarypublic List getCaseResults()
jetif.CaseResult.
public int total()
total in interface SuiteSummarypublic int passed()
passed in interface SuiteSummarypublic int failed()
failed in interface SuiteSummarypublic int skipped()
skipped in interface SuiteSummary
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||