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

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

public class TestCaseToTestSuiteDropHandler
extends AbstractAfterModelItemDropHandler<WsdlTestCase,WsdlTestSuite>


Constructor Summary
TestCaseToTestSuiteDropHandler()
           
 
Method Summary
static WsdlTestCase copyTestCase(WsdlTestCase testCase, WsdlTestSuite target, int position)
           
static WsdlTestCase moveTestCase(WsdlTestCase testCase, WsdlTestSuite 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

TestCaseToTestSuiteDropHandler

public TestCaseToTestSuiteDropHandler()
Method Detail

copyTestCase

public static WsdlTestCase copyTestCase(WsdlTestCase testCase,
                                        WsdlTestSuite target,
                                        int position)

moveTestCase

public static WsdlTestCase moveTestCase(WsdlTestCase testCase,
                                        WsdlTestSuite target,
                                        int position)


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