|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUnitSuiteResult
A suite element that contains several test cases.
Method Summary | |
---|---|
void |
addCase(IUnitCaseResult pCaseResult)
Adds a single case to the current list of cases. |
java.util.Map |
getCases()
The list of contained Test Cases for this suite. |
java.lang.String |
getName()
The name of this suite. |
Method Detail |
---|
java.lang.String getName()
java.util.Map getCases()
IUnitCaseResult
.void addCase(IUnitCaseResult pCaseResult)
pCaseResult
- the case result to add to the current list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |