TPTP 4.4.0 Testing Tools Project
Public API Specification

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.hyades.test.ui.navigator.ITypedElementProxyNode
getType
 
Methods inherited from interface org.eclipse.hyades.test.ui.navigator.IProxyNode
getChildren, getImage, getParent, getText
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.test.ui.navigator.IProxy
getIdentifier, getUnderlyingResource
 

Method Detail

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.

TPTP 4.4.0 Testing Tools Project
Public API Specification