Re: [Jwebunit-development] Code coverage reports for JWebUnit

2004-06-09 Thread Martijn Dashorst
And here comes the fun part of using maven: I only need to add 1 line to the project descriptor and I've got a complete coverage report. If we submit our project to clover, we can use 2(!) coverage tools, just by using 2 extra lines of xml. Take a look at: http://jwebunit.sourceforge.net/jwebun

[Jwebunit-development] Code coverage reports for JWebUnit

2004-06-09 Thread Vivek Venugopalan
All Time and again I am hearing comments on the quality of test coverage for jWebUnit. So I spent this weekend trying to integrate with a code coverage tool called GroboUtils. The good news is that our coverage is reasonable (80%). But there are a couple of important things to do Improve cov