selection.rowCount() == 1);
String nodeText = selection.get(0).get(0);
assertTrue("Node text should contain project name", projectItem
.getText().startsWith(nodeText));
view.show();
projectItem.expand().getNode(FOLDER).expand().getNode(FILE1).select();
ContextMenuHelper.clickContextMenuSync(explorerTree, "Show In",
viewName);