In Eclipse, Eclemma coverage view not being shown

混江龙づ霸主 提交于 2021-02-10 21:15:54

问题


I have just installed Eclemma in my eclipse and created a JUnit test to be covered. I runned the test and it succeeded, green and red banners shown in my program, but I can't see any "coverage" view like the instruction shown ( nor in Window-Show View).

How can I resolve this problem? Do I have to re-write my JUnit test or re-install EclEmma?

Thanks!


回答1:


Window -> Show View -> Other -> select coverage / type coverage.

You will see the java code coverage.



来源:https://stackoverflow.com/questions/10038602/in-eclipse-eclemma-coverage-view-not-being-shown

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!