mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9797bc0acd
Prior to this commit, the order values of TestExecutionListener implementations were hard-coded in their getOrder() methods. To benefit users and integrators, this commit exposes those order values as an ORDER constant in each TestExecutionListener. See gh-34225 Closes gh-34404