I want to add a tool on JCreator that runs JUnit and tests my codes.
Could someone tell me how to do this?
Making A Tool For Runnig Junit On Jcreator
Started by
Mjordan
, Oct 14 2007 01:15 AM
1 reply to this topic
#1
Posted 14 October 2007 - 01:15 AM
#2
Posted 14 October 2007 - 05:56 PM
You are not supposed to ask questions in this section of the forum. Read the section's description next time...
JUnit appears to be a Java library. To use it in a project, you must first set it up as a library in JCreator.
JUnit appears to be a Java library. To use it in a project, you must first set it up as a library in JCreator.
- Open a project in JCreator and go to Project>Project Settings...
- Go to the Required Libraries tab and click New...
- Name the new library JUnit.
- Under the classes tab, click on Add>Add Archive...
- Find where you put JUnit.jar on your harddrive and add it.
- Optionally, if you have the source code and documentation for JUnit on your computer, add them under their respective tabs.
- Press OK.
ham90mack
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!










