#
# <jcl-install-dir>/src/test
# Root of all JCL JUnit tests.  To run tests do:
# 1) Download and install the JUnit 3.7 or later from http://www.junit.org
# 2) Set your JCL_HOME and build JCL (see <jcl-install-dir>/src/build.xml for details
# 3) Run using Ant from <jcl-install-dir>/src with:
#    %ant test
# 4) Run using JUnit it CLASSPATH is set to include both <jcl-install-dir>/src/ and 
#    <jcl-install-dir>/src/test by doing:
#    %java junit.textui.TestRunner jpos.AllTests 
# @author E. Michael Maximilien (maxim@us.ibm.com)
# @since 2.0.0
#
