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 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, String projectFile, boolean reportAll, boolean reportFailure, String outputFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_run()
void
setEnvironment(String environment)
-
Methods inherited from class step.plugins.soapui.handlers.AbstractSoapUITestCaseRunnerHandler
_afterStep, _beforeStep, run, setProjectProperties, setTestCase, setTestSuite
-
-
-
-
Field Detail
-
project
protected AtomicReference<com.eviware.soapui.model.project.Project> project
-
-
Constructor Detail
-
SoapUIProTestCaseRunnerHandler
public SoapUIProTestCaseRunnerHandler(step.functions.io.OutputBuilder output, String projectFile, boolean reportAll, boolean reportFailure, String outputFolder) throws SoapUILicenseException
- Throws:
SoapUILicenseException
-
-
Method Detail
-
_run
public void _run() throws Exception
- Specified by:
_run
in classAbstractSoapUITestCaseRunnerHandler
- Throws:
Exception
-
setEnvironment
public void setEnvironment(String environment)
- Specified by:
setEnvironment
in classAbstractSoapUITestCaseRunnerHandler
-
-