Difference between revisions of "JUnit"

From CBLFS
Jump to navigationJump to search
 
Line 7: Line 7:
 
----
 
----
  
{{Package-Introduction|JUnit|http://junit.sourceforge.net/}}
+
{{Package-Introduction|JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks|http://junit.sourceforge.net/}}
  
  

Latest revision as of 09:26, 14 May 2010

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