JUnit: Difference between revisions

From CBLFS
Jump to navigationJump to search
Nukular (talk | contribs)
New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://downloads.sourceforge.net/junit/junit4.4.zip?modtime=1184865442&big_mirror=0 |} ---- == Dependencie...
 
Lemoinet (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
|http://downloads.sourceforge.net/junit/junit4.4.zip?modtime=1184865442&big_mirror=0
|http://downloads.sourceforge.net/junit/junit{{Junit-Version}}.zip
|}
|}


----
{{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/}}


----


== Dependencies ==
== Dependencies ==
=== Required ===
* [[OpenJDK]]
* [[OpenJDK]]
{{Package-Introduction|JUnit|http://junit.sourceforge.net/}}


== Non-Multilib ==
== Non-Multilib ==
Line 17: Line 19:
Install the package:
Install the package:
  cd $JUNIT_HOME
  cd $JUNIT_HOME
  unzip junit4.4.zip
  unzip junit{{Junit-Version}}.zip
  chown root:root $JUNIT_HOME
  chown root:root $JUNIT_HOME
 
Adjust CLASSLIST variable
Adjust CLASSLIST variable
  export CLASSPATH=$CLASSPATH:$JUNIT_HOME/junit.jar
  export CLASSPATH=$CLASSPATH:$JUNIT_HOME/junit.jar


== Multilib ==
== Multilib ==
Line 30: Line 31:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
! Installed Programs:
!Installed Programs:
|
|
|-valign="top"
|-valign="top"
! Installed Libraries:
!Installed Libraries:
|
|
|-valign="top"
|-valign="top"
! Installed Directories:
!Installed Directories:
|
|
|}
|}
Line 44: Line 45:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
! JUnit
!JUnit
|  
|  
|}
|}

Latest revision as of 08: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
Retrieved from "?title=JUnit&oldid=20204"