This release fixes a shortcoming of the AssertJ support modules and adds a new convenience feature to the Diff class.
The full list of changes:
added a new fullDescription method to Diff that provides a string-representation of all differences - not just the first one like toString does.
PR #235 fixing #232 by @Boiarshinov
made sure AssertJ's methods to override the assertion message like withFailMessage are honored. #225
adjusted unit tests so they pass when AssertJ 3.19.0 is used.
PR #212 by mmathesius
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This release fixes a shortcoming of the AssertJ support modules and adds a new convenience feature to the
Diff
class.The full list of changes:
added a new
fullDescription
method toDiff
that provides a string-representation of all differences - not just the first one liketoString
does.PR #235 fixing #232 by @Boiarshinov
made sure AssertJ's methods to override the assertion message like
withFailMessage
are honored.#225
adjusted unit tests so they pass when AssertJ 3.19.0 is used.
PR #212 by mmathesius