org.eclipse.hyades.test.tools.ui.java.internal.junit.navigator
Class JUnitTestSuiteProxyFactory
java.lang.Object
org.eclipse.hyades.test.ui.navigator.DefaultTypedElementProxyFactory
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.
|
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 |
JUnitTestSuiteProxyFactory
public JUnitTestSuiteProxyFactory()
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