Package org.apache.batik.test
Class AbstractTestSuite
- java.lang.Object
-
- org.apache.batik.test.AbstractTestSuite
-
public abstract class AbstractTestSuite extends java.lang.Object implements TestSuite
This class provides an implementation for theaddTest
method and a protected member to store the childrenTest
instances.- Version:
- $Id: AbstractTestSuite.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List
children
Stores the list of childrenTest
instances.
-
Constructor Summary
Constructors Constructor Description AbstractTestSuite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTest(Test test)
Adds aTest
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.Test
getId, getName, getParent, getQualifiedId, run, setId, setParent
-
Methods inherited from interface org.apache.batik.test.TestSuite
getChildrenCount, getChildrenTests, removeTest
-
-