+ lineSeparator + "using charset:<%s>";
throw failures.failure(description, new BasicErrorMessageFactory(format, expected, actual, diffs, charset));
}
} catch (IOException e) {
String format = "Failed to compare contents of files:<%s> and:<%s> using charset:<%s>";
throw new IORuntimeException(String.format(format, actual, expected, charset), e);
}
}