|
|||||||||
| Home >> All >> org >> apache >> batik >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.test
Class AbstractTestSuite

java.lang.Objectorg.apache.batik.test.AbstractTestSuite
- public abstract class AbstractTestSuite
- extends java.lang.Object
- implements TestSuite
- extends java.lang.Object
This class provides an implementation for the addTest method and a protected member to store the children Test instances.
- Version:
- $Id: AbstractTestSuite.java,v 1.3 2004/08/18 07:16:56 vhardy Exp $
| Field Summary | |
protected java.util.List |
children
Stores the list of children Test instances. |
| Constructor Summary | |
AbstractTestSuite()
|
|
| Method Summary | |
void |
addTest(Test test)
Adds a Test to the suite |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.test.TestSuite |
getChildrenCount, getChildrenTests, removeTest |
| Methods inherited from interface org.apache.batik.test.Test |
getId, getName, getParent, getQualifiedId, run, setId, setParent |
| Field Detail |
children
protected java.util.List children
- Stores the list of children Test instances.
| Constructor Detail |
AbstractTestSuite
public AbstractTestSuite()
| Method Detail |
addTest
public void addTest(Test test)
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ test overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.test.AbstractTestSuite