I'm trying to find out how JUnit itself is tested. I'm assuming that
there are some test cases used for testing it, but I can't seem to
find them in the downloadable source. Any ideas on how I could go
about testing it myself maybe?
> I'm trying to find out how JUnit itself is tested. I'm assuming that
> there are some test cases used for testing it, but I can't seem to
> find them in the downloadable source. Any ideas on how I could go
> about testing it myself maybe?
The tests are included with the source code in junit4.4.zip, in the
packages junit.tests and org.junit.tests. The junit-4.4-src.jar file
is sources corresponding to the JUnit library (junit-4.4.jar) only.
-Owen