org.eclipse.jdt.junit.model
Interface ITestElementContainer
- All Superinterfaces:
- ITestElement
- All Known Subinterfaces:
- ITestRunSession, ITestSuiteElement
- public interface ITestElementContainer
- extends ITestElement
Common protocol for test elements containers.
This set consists of ITestSuiteElement
and ITestRunSession
This interface is not intended to be implemented by clients.
- Since:
- 3.3
getChildren
public ITestElement[] getChildren()
- Returns all tests (and test suites) contained in the suite.
- Returns:
- returns all tests (and test suites) contained in the suite.
Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.