From: Bob M. <bo...@mc...> - 2005-03-22 18:50:48
|
I've recently incorporated Cobertura into our build process and like what I have seen so far and have a couple usage questions. 1) Is it possible to specify the location to which the cobertura.ser gets written? Using the examples from the distribution, this file gets written to the root of the project directory. 2) Is it possible to filter out certain private methods from instrumentation or the coverage report? Specifically, I would like Cobertura to ignore private constructors. It is common for us to have a collection of static utility methods contained in a class with a private constructor. It would be nice to filter out this private constructor as it isn't, and shouldn't, be used. Thanks, Bob |