testStepResult.setStatus(TestStepStatus.OK);
} catch (EvaluationException e) {
testStepResult.setStatus(TestStepStatus.FAILED);
testStepResult.setError(e);
} finally {
testStepResult.stopTimer();
}
return testStepResult;
}
private String formatResult() {