|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.oio.bugkilla.protocol.TestSpecification | +--de.oio.bugkilla.protocol.ComplexTestSpecification | +--de.oio.bugkilla.protocol.TestSeries
Represent one TestSeries with one or more Scenario(s)
Scenario
,
Serialized FormConstructor Summary | |
TestSeries()
|
Method Summary | |
boolean |
add(Scenario scenarios)
Returns the number of Scenario elements in this series. |
boolean |
contains(Scenario scenarios)
Returns true if this series contains the specified Scenario element. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getQualifiedName()
Returns the qualifiedName. |
Scenario |
next()
Returns the next Scenario element in the iteration. |
boolean |
remove(Scenario scenarios)
Removes the first occurrence of the specified Scenario element in this series. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setQualifiedName(java.lang.String qualifiedName)
Sets the qualifiedName. |
Methods inherited from class de.oio.bugkilla.protocol.ComplexTestSpecification |
beforeFirst, clear, getElements, hasNext, isEmpty, size |
Methods inherited from class de.oio.bugkilla.protocol.TestSpecification |
getID, setID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestSeries()
Method Detail |
public boolean add(Scenario scenarios)
public boolean contains(Scenario scenarios)
true
if this series contains the specified Scenario elementpublic boolean remove(Scenario scenarios)
true
if the series contained the specified Scenario element.public Scenario next()
public java.lang.String getDescription()
public java.lang.String getQualifiedName()
public void setDescription(java.lang.String description)
description
- The description to setpublic void setQualifiedName(java.lang.String qualifiedName)
qualifiedName
- The qualifiedName to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |