Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
At this moment when using DiffResult the toString() method will generate an output like
String.format("%s %s %s", lhsBuilder.build(), "differs from", rhsBuilder.build())
However the differs from is fixed in English, it would be very convenient to have this configurable so that we can also use this with other languages.