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 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)
cloneTestSuiteWithinProject
public static boolean cloneTestSuiteWithinProject(WsdlTestSuite testSuite,
java.lang.String name,
WsdlProject project)
getRequiredInterfaces
public static java.util.Set<WsdlInterface> getRequiredInterfaces(WsdlTestSuite testSuite,
WsdlProject targetProject)
Copyright © 2005-2008 eviware.com. All Rights Reserved.