Class QueueGrader
java.lang.Object
|
+--QueueGrader
- public class QueueGrader
- extends Object
Tests an implementation of a Queue for correctness.
- Version:
- 02 Mar 2005
- Author:
- Zach Tomaszewski
|
Method Summary |
static void |
main(String[] args)
Runs a number of tests of a Queue, printing the expected results and actual
results to the screen. |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueGrader
public QueueGrader()
main
public static void main(String[] args)
- Runs a number of tests of a Queue, printing the expected results and actual
results to the screen.