aspose file tools
The moose likes Java in General and the fly likes JProbe coverage and JUnit during and Ant build Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "JProbe coverage and JUnit during and Ant build" Watch "JProbe coverage and JUnit during and Ant build" New topic
Author

JProbe coverage and JUnit during and Ant build

eric mcentee
Ranch Hand

Joined: May 02, 2001
Posts: 66
Sorry if this is in the wrong area.
Has anyone used Jprobe Coverage in combination with an Ant build script? My team is writing JUnit test cases and we would like to run JProbe Coverage as an optional ant task. The issue is that JProbe wants a class name to run coverage on, and doesn't seem to work with wild cards. We'd like to be able to set up a path to all of our unit tests and have them run coverage as part of the nightly build. If anyone has done something like this, please reply and we can either discuss through the forum or offline.
Thanks in advance,
Eric McEntee
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JProbe coverage and JUnit during and Ant build
 
Similar Threads
Evaluating code coverage
Junit - Quilt
Journal Article - Introduction to Code Coverage
JProbe and Ant - not sure if this topic belongs in this forum
Junit Recipes/ in action