public abstract class AbstractTestSuite extends java.lang.Object implements TestSuite
addTest
method and a protected member to store the children Test
instances.Modifier and Type | Field and Description |
---|---|
protected java.util.List |
children
Stores the list of children
Test instances. |
Constructor and Description |
---|
AbstractTestSuite() |
Modifier and Type | Method and Description |
---|---|
void |
addTest(Test test)
Adds a
Test to the suite |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildrenCount, getChildrenTests, removeTest