QuarkusTestProfileAwareClassOrderer
should support configuring a "secondary" orderer, e.g. for @Order
#21892
Labels
Milestone
Description
Within the defined ordering "groups" (e.g.
@QuarkusTest
without profile,@QuarkusTest
with profile etc.), this orderer always orders alphanumerically, but there are cases where you might want to have more influence, e.g. via@Order
or use random ordering.Implementation ideas
The idea is to delegate ordering within those "groups" to a "secondary" orderer that should be configurable via
junit-platform.properties
.The default should be https://junit.org/junit5/docs/5.8.0/api/org.junit.jupiter.api/org/junit/jupiter/api/ClassOrderer.ClassName.html.
Ideally, even non-standard orderers should be supported (by configuring the FQCN of the orderer to intantiate?).
The text was updated successfully, but these errors were encountered: