org.jtestcase.core.model
Class TestClass
java.lang.Object
org.jtestcase.core.model.TestClass
- All Implemented Interfaces:
- IUINode
public class TestClass
- extends java.lang.Object
- implements IUINode
- Author:
- fausto
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestClass
public TestClass()
TestClass
public TestClass(java.lang.String name)
addMethod
public void addMethod(TestMethod testMethod)
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 isupported)