-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Incomplete
-
Affects Version/s: 5.7.1
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Tests
-
Sprint:DevOps Sprint 4, DevOps Sprint 5, DevOps Sprint 6, DevOps Sprint 7, DevOps Sprint 8, DevOps Sprint 9, DevOps Sprint 10, DevOps Sprint 11
Upgrading JUnit to 4.11 could allow clients to have their tests ordered.
Using these new annotations:
@FixMethodOrder(MethodSorters.JVM): Leaves the test methods in the order returned by the JVM. This order may vary from run to run.
@FixMethodOrder(MethodSorters.NAME_ASCENDING): Sorts the test methods by method name, in lexicographic order.