|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasChildResults
Describes a result that can have other results
Method Summary | |
---|---|
void |
addChildResult(JameleonTestResult childResult)
Adds a child result to the list of results |
void |
addFailedResult(JameleonTestResult result)
Adds a failed result |
List |
getAllChildrenResults()
Gets all the ancestor children results |
List |
getAllFailedLeafChildrenResults()
Gets all the ancestor leaf children results that have failed |
List |
getChildrenResults()
Gets the children results |
List |
getCountableResults()
Gets all the ancestor children results that can be counted as test case results |
List |
getFailedCountableResults()
Gets all the failed ancestor children results that can be counted as test case results |
List |
getFailedResults()
Gets the failed results |
void |
setFailed()
Sets the result as failed |
Method Detail |
---|
void addChildResult(JameleonTestResult childResult)
childResult
- - the child JameleonTestResult to addList getAllChildrenResults()
List getAllFailedLeafChildrenResults()
List getCountableResults()
List getFailedCountableResults()
List getChildrenResults()
void setFailed()
void addFailedResult(JameleonTestResult result)
List getFailedResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |