up previous next contents index
Next: Exercise 1 Up: Working Backwards with JUnit Previous: Other notes   Contents   Index

Integrating JUnit into JBuilder

  1. Go to xprogramming.com and download the latest version (zip) of Junit.
  2. Unzip the zip file.
  3. In JBuilder, go to Project/Default Properties, then add Junit as a default library.
  4. Use it.
  5. To run the GUI tester, add this line: junit.ui.TestRunner as a "Java VM Parameter".


up previous next contents index
Next: Exercise 1 Up: Working Backwards with JUnit Previous: Other notes   Contents   Index