Usually I usethe annotation @FixMethodOrder(MethodSorters.NAME_ASCENDING) and my tests start by test001_nametest1, test002_nametest2, ..
With this method adding a test between existing test is problematic (because you have to rename all test after).
Is there a way to execute all junit test in the written order ?