Hi,

Just wanted to drop a line to show Clover (test coverage tool - free for
open source project) in action ... I have just Clover(ed) Cactus and it
works great : http://jakarta.apache.org/cactus/1.4/coverage.html

Integration with Cactus build scripts was quite easy. The hard part is
that you need to instrument your source code (same as with AspectJ) and
thus you need 2 jar/war/ear outputs : one for release and one for
running the coverage report. Apart from this, using it is a breeze.

It solves 2 important questions for projects who use tests : Do I have
enough tests for my application ? When is it enough ?

BTW, as it works on instrumented code, it works without any problem in
application servers and with any test framework (JUnit, Cactus, etc).

What do you think ? A Maven plugin ? :-)

-Vincent

PS: I wish we had such a framework in open source...


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

Reply via email to