Summary ======= JUnit is a unit testing framework to write repeatable tests in Java programming language. It is an instance of the xUnit architecture. JUnit features include: * Assertions for testing expected results * Test fixtures for sharing common test data * Test runners for running tests Junit4.5 will be integrated into the SFW consolidation as part of this proposal, and will be installed as SUNWjunit. This project requests a minor release binding. Dependencies ============ None Interfaces ========== Stability classification Uncommitted for all exported interfaces. Man pages are included in the case materials directory. Exported Interfaces ------------------- SUNWjunit Package /usr/share/lib/java/junit-4.5.jar Junit jar file, /usr/share/lib/java/junit-4.5-src.jar Junit source jar file /usr/share/man/man3/junit.3 Man page /usr/share/doc/junit Project Private Directory Imported Interfaces ------------------- None The following additional installed directory and file are not interface. Additional document ------------------- /usr/share/doc/junit/javadoc junit javadoc /usr/share/doc/junit/README.html README file /usr/share/doc/junit/doc junit cookbook, Release Notes, faq. /usr/share/doc/junit/samples junit sample test Reference Documents =================== [1] http://junit.org/ [2] http://sourceforge.net/projects/junit/ RFE ID# 6713703