|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtestcase.core.model.AssertParamGroupInstance
public class AssertParamGroupInstance
Represents an assert group from the JTestCaseWizard XML data.
| Constructor Summary | |
|---|---|
AssertParamGroupInstance(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
add(IUINode toAdd)
|
void |
addAssertParamGroupNestedInstance(AssertParamGroupInstance assertGroupInstance)
Adds a assert group instance to the list of nested assert group instances |
void |
addAssertParamInstance(AssertParamInstance assertInstance)
Adds a assert instance to the list of nested assert instances |
java.util.List |
getAssertParamGroupInstances()
Gets the list of nestd assert group instances |
java.util.List |
getAssertParamInstances()
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 AssertParamGroupInstance(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 addAssertParamInstance(AssertParamInstance assertInstance)
assertInstance - an assert instancepublic java.util.List getAssertParamInstances()
public void addAssertParamGroupNestedInstance(AssertParamGroupInstance assertGroupInstance)
assertGroupInstance - an assert group instancepublic java.util.List getAssertParamGroupInstances()
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 | |||||||||