Package org.eclipse.unittest.model
Interface ITestSuiteElement
- All Superinterfaces:
- ITestElement
- All Known Subinterfaces:
- ITestRunSession
Represents a test suite element.
 
This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.unittest.model.ITestElementITestElement.FailureTrace, ITestElement.Result
- 
Method SummaryModifier and TypeMethodDescriptionList<? extends ITestElement> Returns all tests (and test suites) contained in the suite.Methods inherited from interface org.eclipse.unittest.model.ITestElementgetData, getDisplayName, getDuration, getFailureTrace, getId, getParent, getTestName, getTestRunSession
- 
Method Details- 
getChildrenList<? extends ITestElement> getChildren()Returns all tests (and test suites) contained in the suite.- Returns:
- returns all tests (and test suites) contained in the suite.
 
 
-