com.eviware.soapui.integration.impl
Class TestCaseEditIntegrationImpl

java.lang.Object
  extended by com.eviware.soapui.integration.impl.TestCaseEditIntegrationImpl
All Implemented Interfaces:
TestCaseEditIntegration

public class TestCaseEditIntegrationImpl
extends java.lang.Object
implements TestCaseEditIntegration


Constructor Summary
TestCaseEditIntegrationImpl()
           
 
Method Summary
 void bringToFront()
           
 void editTestCase(java.lang.String project, java.lang.String testSuite, java.lang.String testCase)
           
 java.lang.String getSoapUIPath()
           
 void openProject(java.lang.String[] parameters)
           
 void openTestCase(java.lang.String[] parameters)
           
 void printLog(java.lang.String log)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseEditIntegrationImpl

public TestCaseEditIntegrationImpl()
Method Detail

editTestCase

public void editTestCase(java.lang.String project,
                         java.lang.String testSuite,
                         java.lang.String testCase)
Specified by:
editTestCase in interface TestCaseEditIntegration

test

public void test()

getSoapUIPath

public java.lang.String getSoapUIPath()

printLog

public void printLog(java.lang.String log)

openProject

public void openProject(java.lang.String[] parameters)

openTestCase

public void openTestCase(java.lang.String[] parameters)
Specified by:
openTestCase in interface TestCaseEditIntegration

bringToFront

public void bringToFront()


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