com.eviware.soapui.impl.wsdl.actions.testsuite
Class CloneTestSuiteAction
java.lang.Object
com.eviware.soapui.support.action.support.AbstractSoapUIAction<WsdlTestSuite>
com.eviware.soapui.impl.wsdl.actions.testsuite.CloneTestSuiteAction
- All Implemented Interfaces:
- SoapUIAction<WsdlTestSuite>, PropertyChangeNotifier
public class CloneTestSuiteAction
- extends AbstractSoapUIAction<WsdlTestSuite>
Clones a WsdlTestSuite
- Author:
- Ole.Matzura
| Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction |
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloneTestSuiteAction
public CloneTestSuiteAction()
perform
public void perform(WsdlTestSuite testSuite,
java.lang.Object param)
cloneToAnotherProject
public static WsdlTestSuite cloneToAnotherProject(WsdlTestSuite testSuite,
java.lang.String targetProjectName,
java.lang.String name,
boolean move,
java.lang.String description)
cloneTestSuiteWithinProject
public static TestSuite cloneTestSuiteWithinProject(WsdlTestSuite testSuite,
java.lang.String name,
WsdlProject project,
java.lang.String description)
getRequiredInterfaces
public static java.util.Set<Interface> getRequiredInterfaces(WsdlTestSuite testSuite,
WsdlProject targetProject)
Copyright © 2005-2011 eviware.com. All Rights Reserved.