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

@Rule

@DefineOrder

@Ignore

@FixMethodOrder

1 Answer

0 votes
by
@FixMethodOrder

Related questions

0 votes
asked Feb 12, 2020 in JAVA by rahuljain1
0 votes
asked Feb 12, 2020 in JAVA by rahuljain1
...