Hello,

I'm currently using the JaCoCo API to get coverage information after 
running some tests with 
JUnitCore.runClasses(Class<?> ...)

I was wondering if there's a way to get the test classes back with only the 
coverage results gathered in the 
org.jacoco 
<eclipse-javadoc:%E2%98%82=model2test/C:%5C/Users%5C/Thibault%5C/.p2%5C/pool%5C/plugins%5C/org.jacoco.core_0.7.6.201602180812.jar%3Corg.jacoco>
.core 
<eclipse-javadoc:%E2%98%82=model2test/C:%5C/Users%5C/Thibault%5C/.p2%5C/pool%5C/plugins%5C/org.jacoco.core_0.7.6.201602180812.jar%3Corg.jacoco.core>
.analysis 
<eclipse-javadoc:%E2%98%82=model2test/C:%5C/Users%5C/Thibault%5C/.p2%5C/pool%5C/plugins%5C/org.jacoco.core_0.7.6.201602180812.jar%3Corg.jacoco.core.analysis>
.CoverageBuilder
<eclipse-open:%E2%98%82=model2test/C:%5C/Users%5C/Thibault%5C/.p2%5C/pool%5C/plugins%5C/org.jacoco.core_0.7.6.201602180812.jar%3Corg.jacoco.core.analysis(CoverageBuilder.class%E2%98%83CoverageBuilder>
. 
For example, if I run 3 tests classes, testing a target class, I'd like to 
know which test method (or test instruction) has covered which target 
method (or target instruction).
For know I run my tests individually, and fetch the coverage information 
like that, but I'd like to know if there's an easier way to do that.

Thank you



-- 
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/54308194-6d74-4081-a068-cfde634dabca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to