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
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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps xmlunit-core from 2.8.2 to 2.8.3.
Release notes
Sourced from xmlunit-core's releases.
Changelog
Sourced from xmlunit-core's changelog.
Commits
8475d71
release XMLUnit for Java 2.8.3e6dcb38
record #232/#235, credit@Boiarshinov
and add since tagsb1156a8
Merge pull request #235 from Boiarshinov/issue-232_add_full_description_to_diffee8ef65
Merge pull request #234 from Boiarshinov/fix_typos6d2bf0d
issue-232: Add method for getting full description from diffa061199
Fix typos926e09e
skip runnning compat tests for assertj 2.x module on OpenJDK 17bc9341e
assertj3's javadocs won't work with source 1.78bab49f
unused imports223ccf8
adopt@krystiankaluzny
's approach for #225Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)