Bump com.approvaltests:approvaltests from 18.7.1 to 26.3.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies java
Bumps com.approvaltests:approvaltests from 18.7.1 to 26.3.0.
Release notes
Sourced from com.approvaltests:approvaltests's releases.
Headers and Labels for Combination and Pairwise Approvals
CombinationApprovals.verifyAllCombinations( new Labels().withHeader("processCall(String, Int)").withLabels("number", "letter"), this::processCall, new Integer[]{1, 2, 3, 4, 5}, new String[]{"a", "b", "c", "d"});will produce
processCall(String, Int)[number: 1, letter: a] => [1, a] [number: 1, letter: b] => [1, b] [number: 1, letter: c] => [1, c] [number: 2, letter: a] => [2, a] ...
Support the difference in kotlin packages vs directory structure
closes #352
PackageSettings allows private constructor
fixes #370
FirstWorkingReporter & DateScrubber improvements
FirstWorkingReporter now has toString implementation (#140 ) DateScrubber now accepts SimpleDateFormat (closes #165 )
Improvements to JsonJacksonApprovals (v2 and v3)
We've made the following changes so that Jackson 2 and 3 behave better out of the box and more consistently.
Auto-load modules
This is on already
onin jackson v3, it is now invoked for v2 aswell.Sort map keys alphabetically
We've enabled this for both jackson v2 and v3 to prevent non-deterministic approval files.
Note
v2 of jackson does not sort fields by default, v3 does. We did not change this.
Closes #743
Add
ReportByOpeningFilesAlso deprecate
FileLauncherReporter. Eventually all reporters will begin withReport...for discoverability.
... (truncated)
Commits
e3a9674- r dry7b655cc. d reformatted code and updated markdown snippets4ad8d25- F Labels and Headers for Pairwised0da181- F Headers and Labels for CombinationApprovalsbd700d7*** Test cases for CombinationApprovals with header and labels263f0a8- r Rename package subpackage_static to subpackagestaticd9544bc. d reformatted code and updated markdown snippets03c4860Merge pull request #748 from approvals/JayBazuzi/static-PackageSettings33c1643. e include release title in commitf372cf0. d Update README.md- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
com.approvaltests:approvaltests
maven
18.7.1 → 26.3.0
Major
Technical Details
| ID: | 12814325 |
| UUID: | 3807124401 |
| Node ID: | PR_kwDOJJrckc6812tw |
| Host: | GitHub |
| Repository: | LearnWithLlew/AdvancedUnitTesting.Java |