You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)).