|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjetif.ext.ResultCollector
jetif.ext.ResultHolder
This class ResultHolder represents a test listener which collect
test result and store it in a SuiteResult object.
ResultCollector| Field Summary |
| Fields inherited from class jetif.ext.ResultCollector |
suiteResult |
| Fields inherited from interface jetif.TestListener |
DUMMY_LISTENER |
| Constructor Summary | |
ResultHolder()
Deprecated. |
|
| Method Summary | |
int |
failed()
Deprecated. use the method in class SuiteResult instead. |
long |
getEndTime()
Deprecated. use the method in class SuiteResult instead. |
String |
getName()
Deprecated. use the method in class SuiteResult instead. |
Vector |
getResults()
Deprecated. use the method in class SuiteResult instead. |
long |
getStartTime()
Deprecated. use the method in class SuiteResult instead. |
int |
passed()
Deprecated. use the method in class SuiteResult instead. |
int |
skipped()
Deprecated. use the method in class SuiteResult instead. |
int |
total()
Deprecated. use the method in class SuiteResult instead. |
| Methods inherited from class jetif.ext.ResultCollector |
beginSuite, endCase, endSuite, getResult |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResultHolder()
| Method Detail |
public String getName()
SuiteResult.getName()public long getStartTime()
SuiteResult.getStartTime()public long getEndTime()
SuiteResult.getEndTime()public Vector getResults()
SuiteResult.getCaseResults()public int total()
SuiteResult.total()public int passed()
SuiteResult.passed()public int failed()
SuiteResult.failed()public int skipped()
SuiteResult.skipped()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||