Prev Next

Testing / Junit Interview questions

Explain @Ignore.

@Ignore annotation ignore the annotated test method to be executed.

It is used when the test method is incomplete or needed to be not executed.

More Related questions...

Show more question and Answers...


Comments & Discussions