문제

I want to check my test coverage of GWT codes using EclEmma, when i run coverage it always shows zero percentage of coverage in report. Can any one help me out.. Below is the image of coverage report, it show i didn't cover any instructions, enter image description here

thanks anyway..

도움이 되었습니까?

해결책 2

Ensure the EclEmma global filters are correct.

On Preferences, Java, Code Coverage it should show Includes: * and nothing in Excludes:

다른 팁

Are you using PowerMock?

See this issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top