I am using Froglogic's Squish to test an rcp application. For each test 
case I am looking to use Jacoco's command line interface to gather code 
coverage exec files at the conclusion of each test case and then merge the 
files to generate a running cumulative report.  Because I am using an rcp 
application there is neither a jar file or a singular classfile I can point 
the following command at:
"java -javaagent:%s/lib/jacocoagent.jar=destfile=path/to/exec -jar jarfile"
How would I prep my application and testcases such that meaningful code 
coverage reports are generated. Right now when a report is generated from 
the exec, it reads zero for all categories. An screen capture of this can 
be seen below.

[image: Capture.PNG]

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/a935375c-ac1a-434c-9c2e-a0d1bdbc7e99o%40googlegroups.com.

Reply via email to