JUnit

From CBLFS
Revision as of 09:26, 14 May 2010 by Lemoinet (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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