up previous next contents index
Next: Sample Code Up: junit_dd Previous: Lessons Learned   Contents   Index

Integrating JUnit into JBuilder

  1. Go to junit.org and download the latest version (zip) of JUnit.
  2. Unzip the contents of the zip file to a location where you'd like to keep them.
  3. In JBuilder, go to Project/Default Properties, then add junit.jar as a default library.
  4. To run the GUI tester, add this line: junit.ui.TestRunner as a "Java VM Parameter".
  5. Use it!


up previous next contents index
Next: Sample Code Up: junit_dd Previous: Lessons Learned   Contents   Index