|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A SuiteSpec is specification for a suite.
| Method Summary | |
String |
getClassName()
Returns the name of suite class. |
HandlerSpec[] |
getHandlers()
Returns the next handler spec from this suite spec. |
String |
getName()
Returns the name of this suite. |
Properties |
getProperties()
Returns properties from this suite spec. |
String |
getProxyClass()
Returns the proxy class for remote suite. |
String |
getSource()
Returns the source name of this spec. |
boolean |
hasMoreCases()
Test if there are more cases available from this suite spec. |
CaseSpec |
nextCase()
Returns the next case spec from this suite spec. |
void |
reset()
Reset the pointer of cases This method is called when the user want to restart a suite. |
| Method Detail |
public String getName()
public String getSource()
public String getClassName()
public String getProxyClass()
public void reset()
public boolean hasMoreCases()
public CaseSpec nextCase()
throws NoSuchElementException
NoSuchElementException - if there are no more case specs
in this suite spec.public HandlerSpec[] getHandlers()
public Properties getProperties()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||