How to test org.junit.Ignore?

Answered

Is it the case that IntelliJ will always ignore the @Ignore annotation and still run the test?

0
1 comment

Hello, 

Please clarify, do you explicitly run the method annotated with `@Ignore` or do you run it within the class? In case the first variant, it's expected, that the test is run, in second variant it should be ignored.

0

Please sign in to leave a comment.