Hi, Has anyone had the idea of only counting coverage on the class currently under test? Of course, this would only apply to unit tests, but I am not convinced on coverage on integration tests.
It has always bothered me that related code that is not under test but is called during testing is "rewarded' for being on the path of another test. It would be useful, I think, to be able annotate a test class with the class under test, and have only the coverage on that class be counted. Is this something that has been done before? Regards, Joost -- 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.
