Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] JUnit Tests (Clover)

Hi,

> I would suggest that you look into using Clover, see:
> http://www.atlassian.com/software/clover/

seems to be commercial (paying), right?

Of course eveybody is encouraged to try such tools. But i think everybody 
knows which parts of his/her own code there are test classes for (that Jie 
or him/herself wrote), and for a general overview Jie can provide us with 
a rough number. (some of the high level tests (ie, jobsubmission) actually 
cove much more than a single class)

> This actually shows you which classes and in fact which lines of which
> classes get tested!
>
> We've used this at IT Innovation, integrated with our build system, and
> I see that there is also Clover plugin for Eclipse :)

there is also coverclipse
  http://coverlipse.sourceforge.net/index.php
If i remember correctly available under Yoxos also

Cheers, Ariel


Back to the top