TPTP 4.3.0 Testing Tools Project
Public API Specification

Package org.eclipse.hyades.test.ui.navigator

Interface Summary
IEditorIdFactory Factory interface to obtain editor ids from extensions.
IExecutionResultProxyNode Test log (aka execution result) proxy node.
IFileProxyFactory Factory interface to produce a proxy from a file.
IFileProxyManager Manager for proxies built from file.
IHyadesTestNavigatorFilter Interface used to filter element in the Hyades Test Navigator.
IPersistableFileProxyFactory Interface for factories that can handle the persistancy of created proxy nodes.
IPersistableProxyNode Persitable proxy node.
IPersistableTypedElementProxyFactory Interface for factories that can handle the persistancy of created proxy nodes.
IProxy Lightweight object that represents an arbitrary element within a resource.
IProxyNode Main interface to wrap objects into the test navigator
IProxyNodeListener Test Navigator node listener.
IResourceChangeListenerProxyNode Proxy node with the added capability of reacting to resource changes.
ITestCaseProxyNode Test case proxy node.
ITestComponentProxyNode Test component proxy node.
ITestFolderContentValidator This interface should be used to validate the content of a test folder proxy node.
ITestNavigator Interface for the Test Navigator.
ITestSuiteProxyNode Test Suite proxy node.
ITypedElementProxyFactory Factory for typed elements.
ITypedElementProxyNode A typed proxy node used for test suites, test cases, test components and execution results.
ITypeProvider Type providers are responsible to collect and organize all elements of a given type located in a project.
ITypeProviderContext Context interface passed to the initialization method of ITypeProvider.
ITypeProviderProxyNode Special proxy node used as a root of type provider proxy node tree.
 

Class Summary
CMNNamedElementProxyNode  
DefaultTestSuiteProxyNode Default Test suite proxy node.
DefaultTypedElementProxyFactory Factory used to create default proxies for typed elements Clients may extend this class and override only the methods that should not create the default proxy nodes.
EditorIdFactory Singleton class which provides the editor ids for the file extensions.
EObjectProxyNode EMF object proxy element for the test navigator.
FileProxyNode File proxy node.
HyadesProxyNodeFactory This singleton factory can be used to create default proxy from hyades elements such as datapool, test case or location objects.
ProxyNodeTransfer Transfer class used by Copy/Paste actions of proxy nodes.
TestFolderProxyNode This class is test folder proxy node.
TypedElementProxyNode General proxy for typed element.
 

Exception Summary
ProxyNeedToBeRebuiltException Exception used by a persistable factory to force the rebuild of proxy node from file.
 


TPTP 4.3.0 Testing Tools Project
Public API Specification