JUnit
From CBLFS
Jump to navigationJump to search
| Download Source: | http://downloads.sourceforge.net/junit/junit4.8.1.zip |
|---|
Introduction to JUnit
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks
Project Homepage: http://junit.sourceforge.net/
Dependencies
Required
Non-Multilib
Install the package:
cd $JUNIT_HOME unzip junit4.8.1.zip chown root:root $JUNIT_HOME
Adjust CLASSLIST variable
export CLASSPATH=$CLASSPATH:$JUNIT_HOME/junit.jar
Multilib
Contents
| Installed Programs: | |
|---|---|
| Installed Libraries: | |
| Installed Directories: |
Short Descriptions
| JUnit |
|---|