Class TestSlotDataMgr

java.lang.Object
  extended byTestSlotDataMgr

public class TestSlotDataMgr
extends Object

A class to test the functionality of the SlotDataMgr class.

Author:
Kevin Thompson

Constructor Summary
TestSlotDataMgr()
           
 
Method Summary
static void main(String[] args)
          Runs the suite of tests on the SlotDataMgr class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSlotDataMgr

public TestSlotDataMgr()
Method Detail

main

public static void main(String[] args)
Runs the suite of tests on the SlotDataMgr class.

Parameters:
args - The command-line arguments, which are ignored.