April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
A note on JUnit versions...
nThe current version is 4.3.1, available from Mar. 2007
nTo use JUnit 4.x, you must use Java version 5 or 6
nJUnit 4, introduced April 2006, is a significant (i.e. not compatible) change from prior versions.
nJUnit 4 is used in this presentation.
nMuch of the JUnit documentation and examples currently available are for JUnit 3, which is slightly different.
nJUnit 3 can be used with earlier versions of Java (such as 1.4.2).
nThe junit.org web site shows JUnit version 4 unless you ask for the old version.
nEclipse (3.2) gives the option of using JUnit 3.8 or JUnit 4.1, which are both packaged within Eclipse.
n