The Source for Java Technology Collaboration


JUnit is a testing framework. It is a code library that allows a developer to create test cases (appropriately called TestCase? in the framework) that can be run against a class. JUnit Tests can be created before, during and after development to exercise any class you wish. It is highly important in the case of Extreme Programming, where tests are usually either written first or co-written during the development of a class.

JUnit can be obtained from http://www.junit.org, where you'll find a wealth of articles, manuals, and other information in addition to the latest build of JUnit

-- GergisKhan - 16 Aug 2003

Topic JUnit . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 01 Oct 2003 - 12:22:09 - Main.pabform
Parents: WebHome