public abstract class AbstractTestSuite extends Object implements TestSuite
addTest
method and a protected member to store the children Test
instances.Modifier and Type | Field and Description |
---|---|
protected 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
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.