JUnit is an open source Java testing framework used to write and run
repeatable tests. It is an instance of the xUnit architecture for unit
testing frameworks.
JUnit features include:
Assertions for testing expected results
Test fixtures for sharing common test data
Test suites for easily organizing and running tests
It runs each unit test and produces a report of the results. To use the junit target, you need to set the properties described in the Common Build Targets document.
It will try to run any class that that matches *Test.java, at the same time excluding *TestCase.java and AllTests.java
The project classpath is also needed, but this is found out by the GetClasspath task. The common target will add the directory junit to the report dir you provided and create a report with the name index.html.
Last Updated Monday, November 21 2005 @ 07:36 PM CST; 1,416 Hits
IRC Hacks
I am a contributor to the IRC Hacks book released by O'Reilly in 2004. I wrote a few of the hacks, some of which were about my own software - 2 about PPF and 1 about MatchEd.