Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ExceptionCollector testing utility #27316

Closed
sbrannen opened this issue Aug 23, 2021 · 0 comments
Closed

Introduce ExceptionCollector testing utility #27316

sbrannen opened this issue Aug 23, 2021 · 0 comments
Assignees
Labels
in: test Issues in the test module type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

In order to support soft assertions in #26917 and #26969, we need common support for tracking multiple failures and generating a single AssertionError containing those failures as suppressed exceptions.

@sbrannen sbrannen added in: test Issues in the test module type: enhancement A general enhancement labels Aug 23, 2021
@sbrannen sbrannen added this to the 5.3.10 milestone Aug 23, 2021
@sbrannen sbrannen self-assigned this Aug 23, 2021
@sbrannen sbrannen changed the title Introduce MultipleFailures testing support Introduce ExceptionCollector testing utility Aug 23, 2021
sbrannen added a commit to sbrannen/spring-framework that referenced this issue Aug 23, 2021
lxbzmy pushed a commit to lxbzmy/spring-framework that referenced this issue Mar 26, 2022
This commit introduces a new ExceptionCollector testing utility in order
to support "soft assertion" use cases.

Closes spring-projectsgh-27316
lxbzmy pushed a commit to lxbzmy/spring-framework that referenced this issue Mar 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant