Exclude some JUnit tests from automated test suite

后端 未结 4 1192
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-19 06:54

When writing code that interacts with external resources (such as using a web service or other network operation), I often structure the classes so that it can also be \"stu

4条回答
  •  情书的邮戳
    2020-12-19 07:48

    As far as I can see you use gradle and API for JUnit says that annotation @Ignore disables test. I will add gradle task which will add @Ignore for those tests.

提交回复
热议问题