Login
Remember
Register
Ask a Question
Which JUnit annotation allows you to define order of execution for the test methods?
0
votes
asked
Feb 12, 2020
in
JAVA
by
rahuljain1
Which JUnit annotation allows you to define order of execution for the test methods?
@DefineOrder
@Rule
@FixMethodOrder
@Ignore
#junit-nnotation
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2020
by
SakshiSharma
@FixMethodOrder
...