javaeclipse

In Eclipse, Eclemma coverage view not being shown


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!


Solution

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

    You will see the java code coverage.