junit Test Execution Order

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Syntax

  • @FixMethodOrder // Runs test using default method sorter
  • @FixMethodOrder(MethodSorters) // Runs test using MethodSorter associated with the MethodSorters enum.


Got any junit Question?