junit-project-3
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| junit-project-3 [2008/10/25 09:02] – jtkorb | junit-project-3 [2008/10/25 09:20] (current) – jtkorb | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== JUnit Testing in Project 3 ====== | ====== JUnit Testing in Project 3 ====== | ||
| - | [[http:// | + | Here are three JUnit classes to do unit testing on the [[http:// |
| - | To use these classes, download them to your Project 3 source directory and launch them as JUnit test classes. | + | * '' |
| + | * '' | ||
| + | * '' | ||
| - | To do this testing | + | To use these classes, download them to your Project 3 source directory and launch them as JUnit test classes. |
| + | |||
| + | For example, | ||
| #!/bin/sh | #!/bin/sh | ||
| Line 12: | Line 16: | ||
| java junit.textui.TestRunner $1 | java junit.textui.TestRunner $1 | ||
| - | To run these three tests, you would type: | + | Then, to run these three tests, you would type (at the UNIX command line prompt): |
| - | javat WordNodeTest | + | |
| - | javat WordListTest | + | |
| - | javat HashListTest | + | |
| - | If you have questions, a suggestion, or find a mistake in this process, please send me [[mailto:jtk@cs.purdue.edu|email]]. | + | These three test cases report no errors when run against my version of Project 3, but I may have made some assumptions that you didn' |
junit-project-3.1224950567.txt.gz · Last modified: 2008/10/25 09:02 by jtkorb