All,

The case directory has been updated with the attached
proposal as well as the man page and junit API document.
This document should address the open issues.

Thanks,

John

-------------- next part --------------
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

The JUnit source files will be available in the package for
debuging and reference purposes.

Junit-4.5 will be integrated into the SFW consolidation as part of
this proposal, and will be installed as SUNWjunit.

The JUnit package will contain commonly used versions of JUnit.
The file name will be used to manage multiple versions, for example:

-------------------------------------------------------------------
/usr/share/lib/java/junit.jar     link to most recent version
/usr/share/lib/java/junit-4.5.jar   
/usr/share/lib/java/junit-3.8.2.jar   
-------------------------------------------------------------------

This project requests a minor release binding. 

The JUnit man page, and api document are included in the case materials
directory.


Dependencies
============

None


Interfaces
==========

Exported Interfaces                Classification   Comment
-------------------                --------------   -------------
SUNWjunit                          Uncommitted      JUnit Package
JUnit API                          Uncommitted      JUnit Classes
/usr/share/lib/java/src/junit      Project Private  JUnit source directory
/usr/share/lib/java/javadoc/junit  Project Private  JUnit javadoc directory   
/usr/share/doc/junit               Project Private  JUnit doc directory

Imported Interfaces                Classification   Comment
-------------------                --------------   -------------
/usr/share/lib/java                Uncommitted      Java Directory


Reference Documents
===================
[1] http://junit.org/
[2] http://sourceforge.net/projects/junit/
RFE ID# 6713703 

Reply via email to