org.jtestcase.core.model
Class TestMethod
java.lang.Object
org.jtestcase.core.model.TestMethod
- All Implemented Interfaces:
- IUINode
public class TestMethod
- extends java.lang.Object
- implements IUINode
- Author:
- fausto
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethod
public TestMethod()
TestMethod
public TestMethod(java.lang.String name)
getNodes
public java.util.List getNodes()
- Specified by:
getNodes in interface IUINode
remove
public void remove(IUINode toRemove)
- Specified by:
remove in interface IUINode
add
public void add(IUINode toAdd)
- Specified by:
add in interface IUINode
getNode
public IUINode getNode()
- Specified by:
getNode in interface IUINode
getNodeLabel
public java.lang.String getNodeLabel()
- Specified by:
getNodeLabel in interface IUINode
getNodeImage
public java.lang.String getNodeImage()
- Specified by:
getNodeImage in interface IUINode
size
public int size()
- Specified by:
size in interface IUINode
getUISupport
public java.lang.Object getUISupport()
- Specified by:
getUISupport in interface IUINode
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
isGUIsupported
public boolean isGUIsupported()
- Specified by:
isGUIsupported in interface IUINode
setGUIsupported
public void setGUIsupported(boolean isGUIsuppored)