Expose order values of TestExecutionListener
implementations as constants
#34404
Labels
Milestone
TestExecutionListener
implementations as constants
#34404
Overview
The order values of
TestExecutionListener
implementations (such as theDependencyInjectionTestExecutionListener
) are currently hard-coded in theirgetOrder()
methods.However, it would be beneficial to users and integrators if those values were exposed as constants (see #34225 (comment)).
Related Issues
DirtiesContextTestExecutionListener
has unexpected execution order leading to errors #34225TestExecutionListener
implementations #34265Deliverables
ORDER
constant in each standardTestExecutionListener
implementation inspring-test
.The text was updated successfully, but these errors were encountered: