eece496.util
Class testSymbolHashtable

java.lang.Object
  extended byeece496.util.testSymbolHashtable

public class testSymbolHashtable
extends java.lang.Object

test class for SymbolHashtable.

$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/util/testSymbolHashtable.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/01 20:32:49 $
$Revision: 1.2 $
$State: Exp $

Author:
Charles Chung Man Yiu

Constructor Summary
testSymbolHashtable()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testAddMuEx()
           
 void testAddParent()
           
 void testAddSymbol()
           
 int testGetParentListLength()
           
 int testGettype()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

testSymbolHashtable

public testSymbolHashtable()
Method Detail

testAddParent

public void testAddParent()

testAddSymbol

public void testAddSymbol()

testAddMuEx

public void testAddMuEx()

testGetParentListLength

public int testGetParentListLength()

testGettype

public int testGettype()

main

public static void main(java.lang.String[] args)