• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cobertura Test Coverage Tool

 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cobertura is an open source coverage tool that I came across:

http://cobertura.sourceforge.net/
http://www-128.ibm.com/developerworks/java/library/j-cobertura/

I tried it out on an existing project. I added the JAR to my CLASSPATH and made the necessary changes to Ant.

When I reran my Ant built, it ran and ran without any hint of stopping. I had to kill the job. I haven't had a chance to revisit it since.

Anyone else using Cobertura and experienced this problem? I'd love to know what I've done wrong. It looks like a useful tool. Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic