|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteece496.TestCaseGenerator
Test Case Generator class.
$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/TestCaseGenerator.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:19 $
$Revision: 1.11 $
$State: Exp $
Constructor Summary | |
TestCaseGenerator(SymbolHashtable s)
Constructor |
|
TestCaseGenerator(SymbolHashtable s,
java.lang.String fileName)
Constructor |
|
TestCaseGenerator(SymbolHashtable s,
java.lang.String fileName,
java.lang.String title)
Constructor |
Method Summary | |
void |
generate()
main function for test cases generation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestCaseGenerator(SymbolHashtable s, java.lang.String fileName)
s
- - the symbol tablefileName
- - the file name for outputpublic TestCaseGenerator(SymbolHashtable s)
s
- - the symbol tablepublic TestCaseGenerator(SymbolHashtable s, java.lang.String fileName, java.lang.String title)
s
- - the symbol tablefileName
- - the file name for outputtitle
- - the title of the output fileMethod Detail |
public void generate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |