How to order test cases for Spoon Automated Testing in Android?
问题 I have added a suite() method to order my tests the way I want them and thus when I run it through Android JUnit they are executed accordingly. But then I noticed that when I use the Spoon execution, the one using cmd, my test cases are executed alphabetically which is the default order. Why does this happen and how would you counter it without renaming my test cases? 回答1: I have the same issue as you; I require a specific order that my test need to be ran in. The app I am testing is too