Posted By:
Michael_Knapp
Posted On:
Thursday, August 27, 2009 07:40 PM
I don't have a background in computer science so this might sound obvious to everybody else: 1. When I tried downloading junit there were 4 options: junit-4.7-src.jar, junit-4.7.jar, junit-dep-4.7.jar, junit4.7.zip These options were found on: http://sourceforge.net/projects/junit/files/junit/ I chose junit4.7.zip, then extracted it to my java file. I have been following the FAQ located here: http://junit.sourceforge.net/doc/faq/faq.htm#started_4 Now I am finding that the file structure does not match what the FAQ requires me to do. In fact the runners I found don't match the FAQ, they are not in the directory specified in the FAQ, and I have no idea which one to
More>>
I don't have a background in computer science so this might sound obvious to everybody else:
1. When I tried downloading junit there were 4 options: junit-4.7-src.jar, junit-4.7.jar, junit-dep-4.7.jar, junit4.7.zip
These options were found on:
http://sourceforge.net/projects/junit/files/junit/
I chose junit4.7.zip, then extracted it to my java file. I have been following the FAQ located here:
http://junit.sourceforge.net/doc/faq/faq.htm#started_4
Now I am finding that the file structure does not match what the FAQ requires me to do. In fact the runners I found don't match the FAQ, they are not in the directory specified in the FAQ, and I have no idea which one to use.
Can you explain the difference between the files, and which one I should use?
<<Less