|
||||||||||
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.Scenario
Represent one Scenario (child of TestSeries) with one or more TestSequence(s)
TestSeries
,
TestSequence
,
Serialized FormConstructor Summary | |
Scenario()
Default construtor |
Method Summary | |
boolean |
add(TestSequence sequence)
Returns the number of TestSequence elements in this scenario. |
boolean |
contains(TestSequence sequence)
Returns true if this scenario contains the specified TestSequence element. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getQualifiedName()
Returns the qualifiedName. |
TestSequence |
next()
Returns the next TestSequence element in the iteration. |
boolean |
remove(TestSequence sequence)
Removes the first occurrence of the specified TestStep element in this sequence. |
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 Scenario()
Method Detail |
public boolean add(TestSequence sequence)
sequence
- number of TestSequence elements in this scenario
public boolean contains(TestSequence sequence)
sequence
- - TestSequence element whose presence in this scenario is to be tested.
true
if this scenario contains the specified TestSequence elementpublic boolean remove(TestSequence sequence)
sequence
- TestStep element to be removed from this sequence, if present.
true
if the sequence contained the specified TestStep element.Vector.remove(Object)
public TestSequence 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 |