org.eclipse.hyades.test.ui.navigator
Interface ITestComponentProxyNode
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable, IProxy, IProxyNode, ITypedElementProxyNode
- public interface ITestComponentProxyNode
- extends ITypedElementProxyNode
Test component proxy node.
This interface should be used to wrap a test component element (instance of TPFTestComponent)
- See Also:
TPFTestComponent
|
Method Summary |
org.eclipse.hyades.models.common.testprofile.TPFTestComponent |
getTestComponent()
Returns the underlying test model element. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
getTestComponent
public org.eclipse.hyades.models.common.testprofile.TPFTestComponent getTestComponent()
- Returns the underlying test model element. This should be an instance of
TPFTestComponent.
- Returns:
- the test component associated to the current proxy node.