From: Arne Vajhøj on
On 21-03-2010 12:42, Stefan Ram wrote:
> Just for curiosity:
>
> The following question just came to my mind:
>
> Is JUnit tested with unit tests itself?
>

Yes. They do eat their own dog food.

Arne

From: John B. Matthews on
In article <JUnit-20100321174151(a)ram.dialup.fu-berlin.de>,
ram(a)zedat.fu-berlin.de (Stefan Ram) wrote:

> Just for curiosity:
>
> The following question just came to my mind:
>
> Is JUnit tested with unit tests itself?

I had to look.

<http://junit.cvs.sourceforge.net/junit/>

$ cvs -z3 -d:pserver:anonymous(a)junit.cvs.sourceforge.net:/cvsroot/junit co -P junit
$ find junit -name \*.java | xargs -J % grep @Test % | wc -l
463

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>