}
//helper method to check a box present in a tree
public void checkTreeItem (Shell aShell, String[] treeList) throws MultipleFoundException, NotFoundException {
ItemPath anItemPath = new ItemPath (treeList);
Tree tree = (Tree) finder.find (aShell, new WidgetClassMatcher (Tree.class));
TreeTester.getTreeTester().actionCheckItem(tree, anItemPath, true);
waitTime (WAIT_STANDARD);
}