EclEmma code coverage plugin and PowerMockRunner

前端 未结 4 1255
花落未央
花落未央 2021-01-18 20:46

I met a problem of using EclEmma plugin in Eclipse. It doesn\'t show code coverage when I use annotation @RunWith passing (PowerMockRunner.class) a

4条回答
  •  孤独总比滥情好
    2021-01-18 21:38

    Per this link last update, updating EclEmma plugin (by Uninstalling and Reinstalling) along with latest PowerMock and Mockito JARs in Eclipse (3.7) resolved the issue.

    This change log confirms that.

提交回复
热议问题