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

Expose order values of TestExecutionListener implementations as constants #34404

Closed
1 task done
sbrannen opened this issue Feb 11, 2025 · 0 comments
Closed
1 task done
Assignees
Labels
in: test Issues in the test module type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Feb 11, 2025

Overview

The order values of TestExecutionListener implementations (such as the DependencyInjectionTestExecutionListener) are currently hard-coded in their getOrder() methods.

However, it would be beneficial to users and integrators if those values were exposed as constants (see #34225 (comment)).

Related Issues

Deliverables

  • Introduce ORDER constant in each standard TestExecutionListener implementation in spring-test.
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