com.eviware.soapui.tools
Class SoapUITestCaseRunner
java.lang.Object
com.eviware.soapui.tools.SoapUITestCaseRunner
- All Implemented Interfaces:
- TestRunListener
public class SoapUITestCaseRunner
- extends java.lang.Object
- implements TestRunListener
Standalone test-runner used from maven-plugin
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapUITestCaseRunner
public SoapUITestCaseRunner()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
run
public void run()
throws java.lang.Exception
- Throws:
java.lang.Exception
setProjectFile
public void setProjectFile(java.lang.String projectFile)
setTestCase
public void setTestCase(java.lang.String testCase)
setEndpoint
public void setEndpoint(java.lang.String endpoint)
setTestSuite
public void setTestSuite(java.lang.String testSuite)
beforeRun
public boolean beforeRun(TestRunner testRunner)
- Specified by:
beforeRun
in interface TestRunListener
beforeStep
public boolean beforeStep(TestRunner testRunner)
- Specified by:
beforeStep
in interface TestRunListener
afterStep
public boolean afterStep(TestRunner testRunner)
- Specified by:
afterStep
in interface TestRunListener
afterRun
public void afterRun(TestRunner testRunner)
- Specified by:
afterRun
in interface TestRunListener
Copyright © 2005 eviware.com. All Rights Reserved.