Tagged Questions
0
votes
0answers
156 views
EMMA ( Android ) - collecting runtime coverage data at wrong place
I'm trying to generate code coverage for my android app, but at times I get 0% code coverage.
Looking at the logs I could see EMMA is collecting runtime coverage after the test is completed due to ...
1
vote
2answers
1k views
java.lang.RuntimeException: Stub! - Android Code Coverage?
I was using EclEmma coverage tool to test my code coverage. But whenever I run my test cases, It gives me the following error. Can you please tell me how can I solve this error.
0
votes
1answer
394 views
NoClassDefFoundError with the EclEmma code coverage tool
I tried to use the EclEmma code coverage tool to check coverage of test cases, but got the following error:
java.lang.NoClassDefFoundError: android/test/ActivityInstrumentationTestCase2
How can I ...