}
// Create a node for the parameter values, if applicable
ITreeItem methodParam = null;
if (!StringUtils.isEmptyString(runInfo.getParametersDisplay())) {
methodParam = new TestMethodParametersTreeItem(method.getTreeItem(),
runInfo);
methodParam.addToCumulatedTime(runInfo);
}
if (expand) {
suite.getTreeItem().setExpanded(true);