All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.acp3.AutoTester

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----oplan.acp3.AutoTester

public class AutoTester
extends Thread
A class that can be used to replay recorded Kqml messages for testing and demonstration.


Variable Index

 o allAutoTesters
 o defaultDelay
 o lin
 o maxDelay
 o testNames
 o testTable

Constructor Index

 o AutoTester(KqmlLogReader)

Method Index

 o ()
 o askForFile()
 o getLogReader(String)
 o run()
 o runTest(String)
 o stopAll()
 o testNames()

Variables

 o allAutoTesters
 protected static Vector allAutoTesters
 o lin
 protected KqmlLogReader lin
 o defaultDelay
 public int defaultDelay
 o maxDelay
 public int maxDelay
 o testNames
 protected static Vector testNames
 o testTable
 protected static Hashtable testTable

Constructors

 o AutoTester
 public AutoTester(KqmlLogReader lin)

Methods

 o run
 public void run()
Overrides:
run in class Thread
 o stopAll
 public static void stopAll()
 o
 static void ()
 o testNames
 public static Enumeration testNames()
 o runTest
 public static void runTest(String testName)
 o askForFile
 protected static KqmlLogReader askForFile()
 o getLogReader
 protected static KqmlLogReader getLogReader(String fileName)

All Packages  Class Hierarchy  This Package  Previous  Next  Index