Class PriorityQueueGrader

java.lang.Object
  |
  +--PriorityQueueGrader

public class PriorityQueueGrader
extends Object

Tests an implementation of a Queue for correctness.

Version:
02 Mar 2005
Author:
Zach Tomaszewski

Constructor Summary
PriorityQueueGrader()
           
 
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
 

Constructor Detail

PriorityQueueGrader

public PriorityQueueGrader()
Method Detail

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.