Home » JAVA Programming » Java Basic » Question
  1. Which of the following annotation is used to avoid execution of Junits?
    1. @ignore
    2. @avoid
    3. @explicit
    4. @NoTest
    5. None of these
Correct Option: A

@ignore annotation is used to avoid execution of Junits.



Your comments will be displayed only after manual approval.