들어가며 JUnit Test case들이 랜덤하게 진행하기보단 특정한 순서대로 진행하는 방법이 있어 작성합니다. JUnit Test 순서 제어하기 Example Result How to use? @FixMethodOrder(MethodSorters.SORT방식) MethodSorters.DEFAULT MethodSorters.JVM MethodSorters.NAME_ASCENDING Reference https://github.com/junit-team/junit4/wiki/test-execution-order