How to test org.junit.Ignore?
已回答
Is it the case that IntelliJ will always ignore the @Ignore annotation and still run the test?
请先登录再写评论。
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.