|
|||||||||
| Home >> All >> abbot >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
abbot.script
Class ScriptTestSuite

java.lang.Objectjunit.framework.TestSuite
abbot.script.ScriptTestSuite
- All Implemented Interfaces:
- junit.framework.Test
- public class ScriptTestSuite
- extends junit.framework.TestSuite
Script test suite for abbot.
| Field Summary |
| Fields inherited from class junit.framework.TestSuite |
|
| Constructor Summary | |
ScriptTestSuite(java.lang.String name)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Runs the full test suite. |
static junit.framework.Test |
suite()
Assembles and returns a test suite containing all the tests we'd like to run on a regular basis. |
| Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
ScriptTestSuite
public ScriptTestSuite(java.lang.String name)
| Method Detail |
suite
public static junit.framework.Test suite()
- Assembles and returns a test suite containing all the tests we'd like to
run on a regular basis.
main
public static void main(java.lang.String[] args)
- Runs the full test suite.
|
|||||||||
| Home >> All >> abbot >> [ script overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC