Is the order of the test methods in a Test Suite by JUnit4Spring reliable?
Otherwise, is there anyway to enforce the order?
Thank you a lot.
Is the order of the test methods in a Test Suite by JUnit4Spring reliable?
Otherwise, is there anyway to enforce the order?
Thank you a lot.
Copyright © 2021 Jogjafile Inc.
The SpringJUnit4ClassRunner is great!
If you are using JUnit 4.11, you can also use the @FixMethodOrder annotation
See example: