|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtestcase.core.model.AssertGroupInstance
public class AssertGroupInstance
Represents an assert group from the JTestCaseWizard XML data.
Constructor Summary | |
---|---|
AssertGroupInstance(java.lang.String name)
|
Method Summary | |
---|---|
void |
add(IUINode toAdd)
|
void |
addAssertGroupNestedInstance(AssertGroupInstance assertGroupInstance)
Adds a assert group instance to the list of nested assert group instances |
void |
addAssertInstance(AssertInstance assertInstance)
Adds a assert instance to the list of nested assert instances |
java.util.List |
getAssertGroupInstances()
Gets the list of nestd assert group instances |
java.util.List |
getAssertInstances()
Gets the list of nested assert instanes |
java.lang.String |
getName()
Gets the name of the assert group |
IUINode |
getNode()
|
java.lang.String |
getNodeImage()
|
java.lang.String |
getNodeLabel()
|
java.util.List |
getNodes()
|
java.lang.Object |
getUISupport()
|
boolean |
isGUIsupported()
|
void |
remove(IUINode toRemove)
|
void |
setGUIsupported(boolean isGUIsupported)
|
void |
setName(java.lang.String name)
Sets the name of the assert group |
int |
size()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssertGroupInstance(java.lang.String name)
Method Detail |
---|
public java.lang.Object getUISupport()
getUISupport
in interface IUINode
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the assert grouppublic void addAssertInstance(AssertInstance assertInstance)
assertInstance
- an assert instancepublic java.util.List getAssertInstances()
public void addAssertGroupNestedInstance(AssertGroupInstance assertGroupInstance)
assertGroupInstance
- an assert group instancepublic java.util.List getAssertGroupInstances()
public java.lang.String getNodeImage()
getNodeImage
in interface IUINode
public java.lang.String getNodeLabel()
getNodeLabel
in interface IUINode
public void add(IUINode toAdd)
add
in interface IUINode
public void remove(IUINode toRemove)
remove
in interface IUINode
public int size()
size
in interface IUINode
public IUINode getNode()
getNode
in interface IUINode
public java.util.List getNodes()
getNodes
in interface IUINode
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean isGUIsupported()
isGUIsupported
in interface IUINode
public void setGUIsupported(boolean isGUIsupported)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |