0 votes
in JAVA by
Which JUnit annotation allows you to define order of execution for the test methods?

@DefineOrder

@Rule

@FixMethodOrder  

@Ignore

1 Answer

0 votes
by
@FixMethodOrder
...