JUnit 4 has @FixMethodOrder(MethodSorters.NAME_ASCENDING)
to support test execution in alphabetical order.
Is there any similar functionality introduced in latest JUnit 5 or any other way to achieve this?
I went through some of the similar issue but could not find any solution. So posting this question again to check for a solution.
Thanks