TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.navigator
Interface ITestSuiteProxyNode

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IProxy, IProxyNode, ITypedElementProxyNode
All Known Implementing Classes:
DefaultTestSuiteProxyNode

public interface ITestSuiteProxyNode
extends ITypedElementProxyNode

Test Suite proxy node. This interface should be used to wrap a test suite element (instance of TPFTestSuite)

See Also:
TPFTestSuite

Method Summary
 org.eclipse.hyades.models.common.testprofile.TPFTestSuite getTestSuite()
          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

getTestSuite

public org.eclipse.hyades.models.common.testprofile.TPFTestSuite getTestSuite()
Returns the underlying test model element. This should be an instance of TPFTestSuite.

Returns:
the test suite associated to the current proxy node.

TPTP 4.4.0 Testing Tools Project
Public API Specification