Hi,

JaCoCo/EclEmma does not provide this feature out of the box. With SonarQube has an option to create per-test code coverage:

http://docs.codehaus.org/display/SONAR/Code+Coverage+by+Unit+Tests+for+Java+Project

Cheers,
-marc


On 2014-01-24 10:21, [email protected] wrote:
Hello,

it is possible to find the unit test(s) name(s) which covers specific
lines of code. Something like a reverse lookup.

use case: pre commit hook
--------------------------

* checkin: class1 is changed, lines 100-120
=> get the name of the unit test(s) which covers these lines of a code?


--
regards
andre

--
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to