|
||||||||||
| 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 IUINodepublic 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 IUINodepublic java.lang.String getNodeLabel()
getNodeLabel in interface IUINodepublic void add(IUINode toAdd)
add in interface IUINodepublic void remove(IUINode toRemove)
remove in interface IUINodepublic int size()
size in interface IUINodepublic IUINode getNode()
getNode in interface IUINodepublic java.util.List getNodes()
getNodes in interface IUINodepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public boolean isGUIsupported()
isGUIsupported in interface IUINodepublic void setGUIsupported(boolean isGUIsupported)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||