|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.core.uitest.data.UiSuite
public class UiSuite
A test suite element containing one or more test cases
.
Constructor Summary | |
---|---|
UiSuite()
|
Method Summary | |
---|---|
void |
addUiCase(UiCase pUiCase)
Appends a new case to this suite. |
java.lang.String |
getName()
The name of this test suite. |
java.util.ArrayList |
getUiCases()
The list of the test cases attached to this suite. |
void |
setName(java.lang.String pName)
Defines the test suite name. |
void |
setUiCases(java.util.ArrayList pUiCases)
Defines the list of test cases for this suite. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UiSuite()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String pName)
pName
- the name for this suite.public java.util.ArrayList getUiCases()
UiCase
public void setUiCases(java.util.ArrayList pUiCases)
pUiCases
- the list of cases.public void addUiCase(UiCase pUiCase)
pUiCase
- the case to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |