I get all unit tests in my program using ClasspathSuite. And then I can run them based on the tutorial example on Jacoco website. So far so good, but the coverage results are based on Unit test classes not classes that are actually testing through unit tests. I know I should instrument all classes in program using Java Agent, but can someone please help me how to do that?
I followed instruction posted in there: http://sourceforge.net/p/eclemma/discussion/614870/thread/568088d4/ -- 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/f416af1b-ddbb-4941-8214-f998f3c7b751%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
