throw new StepFailedException("Error performing operation: " + e.getMessage(), this);
}
finally {
context.saveResponseAsCurrent(context.getCurrentResponse());
context.getConfig().setResultpath(getContext().getConfig().getWebTestResultDir());
context.saveResponseAsCurrent(context.getCurrentResponse());
}
}
protected abstract void filterContent(Message message) throws MessagingException;