Java Resources, CPSC 331, Fall 2008

home page -  news -  syllabus -  schedule -  assignments -  tutorials -  tests -  java -  references -  Mike Jacobson


basics -  debugger (jdb) -  testing framework (JUnit) -  profiler (JRat)

 Java Resources - Testing Framework (JUnit)

JUnit is a Java Unit Testing framework that is available for use by students in Computer Science 331.

Java archive files that you will need to include to use this framework are stored in the directory

/usr/lib/junit4.4

You should include /usr/lib/junit4.4/junit-4.4.jar in your CLASSPATH if you wish to use JUnit.

The following material will also be of use.


This page last modified:
http://www.cpsc.ucalgary.ca/~jacobs/cpsc331/F08/java/testing.html