}
try {
GotoCondition condition = gotoStep.getConditionAt(conditionList.getSelectedIndex());
WsdlTestRunContext context = new WsdlTestRunContext(gotoStep);
boolean evaluate = condition.evaluate(previousStep, context);
if (!evaluate) {
UISupport.showInfoMessage("Condition not true for current response in [" + previousStep.getName()
+ "]");
} else {
UISupport.showInfoMessage("Condition true for current response in [" + previousStep.getName() + "]");