| Developer's Daily | JBuilder Education |
| main | java | perl | unix | DevDirectory |
Introduction
Junit is the unit testing tool for Java developers, and I'm often asked if Junit can be used inside of JBuilder. The answer, of course, is yes. Here are the simple steps required to include the Junit JAR file into your JBuilder environment.
A few simple steps
To use Junit inside of your JBuilder applications, all you need to do is add the Junit JAR file to the JBuilder environment as a standard library. Once that is set up, a few quick adjustments will get you up and running with Junit in just a few minutes.
Here are the steps to follow to get Junit integrated into your version of JBuilder:
junit.ui.TestRunner
That's really all there is to it. Of course using Junit well is an art in itself, but there are already excellent tutorials written on that subject, and using Junit inside of JBuilder is no different than using it anywhere else.
Enjoy!
Copyright © 1998 DevDaily Interactive, Inc.
All Rights Reserved.