%general-entities; ]> $LastChangedBy$ $Date$ JUnit-&junit-version; JUnit Introduction to JUnit The JUnit package contains a simple, open source framework 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, and test runners for running tests. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &junit-md5sum; Download size: &junit-size; Estimated disk space required: &junit-buildsize; Estimated build time: &junit-time; JUnit Dependencies Required User Notes: Installation of JUnit Install JUnit by running the following commands as the root user: install -v -m755 -d /usr/share/{,doc/}junit-&junit-version; && chown -R root:root . && cp -v -R junit* org /usr/share/junit-&junit-version; && cp -v -R *.html *doc /usr/share/doc/junit-&junit-version; Add the junit-&junit-version;.jar and /usr/share/junit-&junit-version; directory to your system CLASSPATH environment variable: export CLASSPATH=$CLASSPATH:\ /usr/share/junit-&junit-version;/junit-&junit-version;.jar:/usr/share/junit-&junit-version; To run the JUnit regression self-tests, you'll need to have or Jikes installed and the CLASSPATH environment variable updated. Then, as an unprivileged user, issue: java org.junit.runner.JUnitCore org.junit.tests.AllTests Contents Installed Programs Installed Library Installed Directories None junit-&junit-version;.jar /usr/share/junit-&junit-version;, /usr/share/doc/junit-&junit-version; Short Descriptions junit-&junit-version;.jar contains java classes to support the xUnit framework testing architecture. junit-&junit-version;.jar