In order to run the test program, you will need to compile :

TestBed.java
TestThread.java
HeapTest*.java

AND

your HeapPQ.java
PriorityQueue.java


To run all tests, you should execute :
java TestBed heaptest.txt

To run individual tests, you should execute :
java TestBed x.txt

where x is the test number
