Using emma : Method is getting called but in Code coverage it shows 0% for that file.
- by lavanya
Hi,
I am using Emma for code-coverage for my project. In my JUnit test case, I am calling a method but in code coverage report, it shows no coverage for that method which is getting called from testCase. Need help. Thanks.