You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CPSC410-2011
I followed the steps for using emma, and then tried it on the example attached to the Nov 2 lecture. When I run the tests and then check emma, it is reported that there is 0.0% coverage of AccountServlet.java. Is that supposed to be the case?
Eric Wohlstadter
unread,
Dec 4, 2011, 1:37:37 AM12/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cpsc41...@googlegroups.com
No, it will be more than 0%.
Did you Import the coverage.ec file after running the test code? Also, you might find there are two coverage.ec files on your computer. One for the TestClient and one for AccountServlet.
If Emma is telling you that some of the TestClient code was covered, then it just means you need to import the other coverage.ec file.