org.jtestcase.core.model
Class Tests

java.lang.Object
  extended by org.jtestcase.core.model.Tests
All Implemented Interfaces:
IUINode

public class Tests
extends java.lang.Object
implements IUINode

Author:
fausto

Constructor Summary
Tests()
           
 
Method Summary
 void add(IUINode toAdd)
           
 void addClass(TestClass testClass)
           
 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)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tests

public Tests()
Method Detail

addClass

public void addClass(TestClass testClass)

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

isGUIsupported

public boolean isGUIsupported()
Specified by:
isGUIsupported in interface IUINode

setGUIsupported

public void setGUIsupported(boolean isGUIsupported)