|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.TestSuite
jfun.jaskell.junit.JaskellTestSuite
public class JaskellTestSuite
This class is a TestSuite implemented by a jaskell tuple.
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 |
---|
public JaskellTestSuite(Tuple tuple, java.lang.String name)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |