jfun.jaskell.junit
Class JaskellTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by jfun.jaskell.junit.JaskellTestSuite
All Implemented Interfaces:
junit.framework.Test

public class JaskellTestSuite
extends junit.framework.TestSuite

This class is a TestSuite implemented by a jaskell tuple.

Author:
Ben Yu Mar 7, 2006 12:38:25 PM

Constructor Summary
JaskellTestSuite(Tuple tuple, java.lang.String name)
          Create a JaskellTestSuite object.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaskellTestSuite

public JaskellTestSuite(Tuple tuple,
                        java.lang.String name)
Create a JaskellTestSuite object.

Parameters:
tuple - the test tuple.
name - the name of the test script. If the "name" tuple member is not defined by the tuple, this name is used as the test suite name.