jsystem.treeui
Class TestSelector
java.lang.Object
jsystem.treeui.TestSelector
- public class TestSelector
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSelector
public TestSelector(File selectionFile,
SelectorListener listener)
throws Exception
addTest
public void addTest(String className,
String methodName)
throws Exception
- Throws:
Exception
removeTest
public void removeTest(String className,
String methodName)
throws Exception
- Throws:
Exception
moveUp
public void moveUp(String className,
String methodName)
throws Exception
- Throws:
Exception
moveDown
public void moveDown(String className,
String methodName)
throws Exception
- Throws:
Exception
refresh
public void refresh()
throws Exception
- Throws:
Exception
saveAs
public void saveAs(File file)
throws IOException
- Throws:
IOException
saveAs
public void saveAs(String newName)
throws IOException
- Throws:
IOException
loadFile
public void loadFile(String name)
throws Exception
- Throws:
Exception
getAllTests
public String[] getAllTests()
getPositionInList
public int getPositionInList(String className,
String methodName)
exists
public boolean exists(String name)
getAvailableLists
public Vector getAvailableLists()
getSuite
public TestSuite getSuite()
getPath
public String getPath()
- Returns:
- Returns the path.