TPTP 4.1.0 Testing Tools Project
Public API Specification

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

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IProxy, IProxyNode, ITypedElementProxyNode

public interface ITestCaseProxyNode
extends ITypedElementProxyNode

Test case proxy node. This interface should be used to wrap a test case element (instance of TPFTestCase).

See Also:
TPFTestCase

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

getTestCase

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

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

TPTP 4.1.0 Testing Tools Project
Public API Specification