TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.java.internal.junit.navigator
Class JUnitTestSuiteProxyFactory

java.lang.Object
  extended by org.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory
      extended by org.eclipse.hyades.test.tools.ui.java.internal.junit.navigator.JUnitTestSuiteProxyFactory
All Implemented Interfaces:
org.eclipse.hyades.test.ui.navigator.IPersistableTypedElementProxyFactory, org.eclipse.hyades.test.ui.navigator.ITypedElementProxyFactory

public class JUnitTestSuiteProxyFactory
extends org.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory

This factory is responsible to create special proxy node for JUnit test suite. Those test suites should have the type org.eclipse.hyades.test.java.junit.testSuite.


Constructor Summary
JUnitTestSuiteProxyFactory()
           
 
Method Summary
 org.eclipse.hyades.test.ui.navigator.IProxyNode create(org.eclipse.hyades.models.common.testprofile.TPFTest test, java.lang.Object parent)
           
 org.eclipse.hyades.test.ui.navigator.IProxyNode recreate(org.eclipse.ui.IMemento memento, java.lang.Object parent)
           
 
Methods inherited from class org.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory
create, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitTestSuiteProxyFactory

public JUnitTestSuiteProxyFactory()
Method Detail

create

public org.eclipse.hyades.test.ui.navigator.IProxyNode create(org.eclipse.hyades.models.common.testprofile.TPFTest test,
                                                              java.lang.Object parent)
Specified by:
create in interface org.eclipse.hyades.test.ui.navigator.ITypedElementProxyFactory
Overrides:
create in class org.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory

recreate

public org.eclipse.hyades.test.ui.navigator.IProxyNode recreate(org.eclipse.ui.IMemento memento,
                                                                java.lang.Object parent)
Specified by:
recreate in interface org.eclipse.hyades.test.ui.navigator.IPersistableTypedElementProxyFactory
Overrides:
recreate in class org.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory

TPTP 4.5.0 Testing Tools Project
Internal API Specification