mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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