Class SoapUIProTestCaseRunnerHandler
- java.lang.Object
-
- step.plugins.soapui.handlers.AbstractSoapUITestCaseRunnerHandler
-
- step.plugins.soapui.handlers.readyapi.SoapUIProTestCaseRunnerHandler
-
public class SoapUIProTestCaseRunnerHandler extends AbstractSoapUITestCaseRunnerHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<com.eviware.soapui.model.project.Project>
project
-
Fields inherited from class step.plugins.soapui.handlers.AbstractSoapUITestCaseRunnerHandler
output, projectProperties, testCase, testSuite
-
-
Constructor Summary
Constructors Constructor Description SoapUIProTestCaseRunnerHandler(step.functions.io.OutputBuilder output, java.lang.String projectFile, boolean reportAll, boolean reportFailure, java.lang.String outputFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_run()
void
setEnvironment(java.lang.String environment)
-
Methods inherited from class step.plugins.soapui.handlers.AbstractSoapUITestCaseRunnerHandler
_afterStep, _beforeStep, run, setProjectProperties, setTestCase, setTestSuite
-
-
-
-
Constructor Detail
-
SoapUIProTestCaseRunnerHandler
public SoapUIProTestCaseRunnerHandler(step.functions.io.OutputBuilder output, java.lang.String projectFile, boolean reportAll, boolean reportFailure, java.lang.String outputFolder) throws SoapUILicenseException
- Throws:
SoapUILicenseException
-
-
Method Detail
-
_run
public void _run() throws java.lang.Exception
- Specified by:
_run
in classAbstractSoapUITestCaseRunnerHandler
- Throws:
java.lang.Exception
-
setEnvironment
public void setEnvironment(java.lang.String environment)
- Specified by:
setEnvironment
in classAbstractSoapUITestCaseRunnerHandler
-
-