Object last = path[vpath.size() - 1];
path[vpath.size()] = model.getChild(last, index);
TreePath selectionPath = new TreePath(path);
tree.setSelectionPath(selectionPath);
tree.makeVisible(selectionPath);
tree.scrollPathToVisible(selectionPath);
}
}
public void aboutToStart(Test suite, TestResult result) {
treeBrowser.showTestTree(suite);