|
||||||||||
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.UserInteraction
Constructor Summary | |
UserInteraction()
|
Method Summary | |
boolean |
add(TestStep step)
Returns the number of TestStep elements in this user-interaction. |
boolean |
contains(TestStep step)
Returns true if this user-interaction contains the specified TestStep element. |
Environment |
getEnvironment()
Returns the environment. |
java.lang.String |
getQualifiedName()
Returns the qualifiedName. |
TestStep |
next()
Returns the next TestStep element in the iteration. |
boolean |
remove(TestStep step)
Removes the first occurrence of the specified TestStep element in this user-interaction. |
void |
setEnvironment(Environment environment)
Sets the environment. |
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 UserInteraction()
Method Detail |
public Environment getEnvironment()
public void setEnvironment(Environment environment)
environment
- The environment to setpublic boolean add(TestStep step)
step
- the number of TestStep elements in this user-interaction
public boolean contains(TestStep step)
step
- - TestStep element whose presence in this user-interaction is to be tested.
true
if this user-interaction contains the specified TestStep elementpublic boolean remove(TestStep step)
step
- - TestStep element to be removed from this user-interaction, if present.
true
if the user-interaction contained the specified TestStep element.Vector.remove(Object)
public TestStep next()
public java.lang.String getQualifiedName()
public 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 |