Hi I'm currently working on a project which executes test cases on a remote device's built-in API's.
Now I have got a requirement to do a code coverage and the firs thing came to my mind was JaCoCo. But when I checked the test framework I found these issues 1. Test cases are compiled with ant build and created a bundle which will be installed on the remote device via telnet. so the test cases are ran when telnet starts the bundle instead of regular java -jar xxx.jar format so I'm unable to add javvagent during this part. 2. The alternative way I found was to run javaagent at device bootup while device calls built-in API's for initialization. but now the boot directory is flagged as read-only and and I'm unable to add javaagent in boot file. is there any other way to add javaagents? -- 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 jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1cbac730-4af7-40ec-84b1-865253f3c517%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.