com.eviware.soapui.support.dnd.handlers
Class TestSuiteToTestSuiteDropHandler

java.lang.Object
  extended by com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler<T1,T2>
      extended by com.eviware.soapui.support.dnd.handlers.AbstractBeforeAfterModelItemDropHandler<WsdlTestSuite,WsdlTestSuite>
          extended by com.eviware.soapui.support.dnd.handlers.TestSuiteToTestSuiteDropHandler
All Implemented Interfaces:
ModelItemDropHandler<ModelItem>

public class TestSuiteToTestSuiteDropHandler
extends AbstractBeforeAfterModelItemDropHandler<WsdlTestSuite,WsdlTestSuite>


Constructor Summary
TestSuiteToTestSuiteDropHandler()
           
 
Method Summary
static WsdlTestSuite copyTestSuite(WsdlTestSuite testSuite, WsdlProject target, int position)
           
static WsdlTestSuite moveTestSuite(WsdlTestSuite testSuite, WsdlProject target, int position)
           
 
Methods inherited from class com.eviware.soapui.support.dnd.handlers.AbstractModelItemDropHandler
canDrop, drop, getDropInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteToTestSuiteDropHandler

public TestSuiteToTestSuiteDropHandler()
Method Detail

moveTestSuite

public static WsdlTestSuite moveTestSuite(WsdlTestSuite testSuite,
                                          WsdlProject target,
                                          int position)

copyTestSuite

public static WsdlTestSuite copyTestSuite(WsdlTestSuite testSuite,
                                          WsdlProject target,
                                          int position)


Copyright © 2005-2010 eviware.com. All Rights Reserved.