I'm still trying to work out some of the kinks with the Clover coverage report. I'm going to have to do some tweaks to tests/ build.xml to get the process repeatable, but I did manage to nurse a run to completion and have placed the results at http:// home.houston.rr.com/curta/coverage-20050518.tar.gz There were some anomalies in the production of the report, for example, the Socket tests had a classpath issue that caused them not to contribute to the coverage analysis, but I think that it is reasonably close.

If you feel inspired to write class-level unit tests (most of the current tests are regression or integration tests) for untested classes, the simplest method is to create a CLASSNAMETest class and add an "s.addTestSuite(CLASSNAMETest.class);" line to tests/src/java/ org/apache/log4j/CoreTestSuite.java.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to