ErrorLog.attention(TestTransformationHandler.class, Strings.get("TestTransformation.Error.Message"), t);
}
private void persistError(Throwable t) {
TestResultError error = new TestResultException(t);
TestTransformationResult result = TestTransformationResult.error(getTransformation(), error);
history.add(result);
}