Eclemma not offering report exportation option

ぃ、小莉子 提交于 2019-12-02 08:10:49

问题


I'm sure that I'm making some kind of rookie mistake, but I'm using EclEmma for the first time right now and can't figure out, despite checking numerous guides, how to export my coverage report. For reference, this is on Windows 8 x64 and using Eclipse Kepler (let me know if you need any more information than that).

I can see that the EclEmma has successfully run, and I can get into and play with the Coverage view as below:

However, right-clicking anywhere in the report offers only an option to "Export Session," never "Export Report," and going through my File -> Export dialog doesn't seem to do any better. I tried exporting the session as XML and a few different configurations, but it never got the code coverage report that I was looking for.

Is there something I'm doing wrong or need to ensure before I can export it? Thanks in advance.


回答1:


  1. As you do before, click right button and select "Export Session".

  2. Type "report" and you can find the "coverage report" option.

  3. Click "next"

  4. You can get the Export report panel.



来源:https://stackoverflow.com/questions/21972099/eclemma-not-offering-report-exportation-option

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