edu.wis.jtlv.new_tb
Class ParsingTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by edu.wis.jtlv.new_tb.ParsingTestSuite
All Implemented Interfaces:
junit.framework.Test

public class ParsingTestSuite
extends junit.framework.TestSuite


Constructor Summary
ParsingTestSuite(java.lang.Class<? extends ParsingTestCase> theClass, java.lang.String name, java.lang.String file_name_to_parse)
           
 
Method Summary
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingTestSuite

public ParsingTestSuite(java.lang.Class<? extends ParsingTestCase> theClass,
                        java.lang.String name,
                        java.lang.String file_name_to_parse)