Login
Remember
Register
Ask a Question
Which annotation helps you to disable a test method?
0
votes
asked
Feb 12, 2020
in
JAVA
by
rahuljain1
Which annotation helps you to disable a test method?
@Test
@Disable
@Hide
@Ignore
#java-annotation
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 13, 2020
by
SakshiSharma
@Disable
...