org.eclipse.hyades.models.common.facades.behavioral
Interface ITestComponent
- All Superinterfaces:
- IDeployableComponent, INamedElement, ITypedElement
- All Known Subinterfaces:
- TPFTestComponent
- All Known Implementing Classes:
- TPFTestComponentImpl
public interface ITestComponent
- extends IDeployableComponent, ITypedElement
A test component is a utility component that contains one or more implementors
of behaviors. These contained behaviors may be invoked from test cases or
test suites.
|
Method Summary |
java.util.List |
getImplementors()
Returns the list of implementors that are contained by this test component. |
getImplementors
java.util.List getImplementors()
- Returns the list of implementors that are contained by this test component.
Implementors must enforce that all objects in the list are instances of
IImplementor.
- Returns:
- List