uwcse.collections
Class Tester

java.lang.Object
  |
  +--uwcse.collections.Tester
Direct Known Subclasses:
ListTester, MapTester

public class Tester
extends java.lang.Object

Superclass for writing simple, console-based testers for Collection clases.


Inner Class Summary
static interface Tester.Operation
           
 
Constructor Summary
Tester(java.io.Reader r, boolean doPrompt)
          Create a new tester consuming commands from the given reader.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tester

public Tester(java.io.Reader r,
              boolean doPrompt)
Create a new tester consuming commands from the given reader.