public class SoapUISecurityTestRunner extends SoapUITestCaseRunner implements SecurityTestRunListener
Standalone security test-runner used from maven-plugin, can also be used from command-line (see xdocs) or directly from other classes.
For standalone usage, set the project file (with setProjectFile) and other desired properties before calling run
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
SOAPUI_EXPORT_SEPARATOR |
|
static java.lang.String |
TITLE |
Fields inherited from class | Fields |
---|---|
class SoapUITestCaseRunner |
SOAPUI_EXPORT_SEPARATOR, TESTCASE_TAGS, TESTSUITE_TAGS, TITLE |
class AbstractSoapUIRunner |
ABNORMAL_TERMINATION, CLASS_NAME_TYPE, NORMAL_TERMINATION, PLUGIN_VERSION, POST_ON_SLACK, PROJECT_NOT_FOUND_TERMINATION, RUNNER_NAME_PROPERTY, STARTED_BY_MAVEN, STARTED_FROM, STARTED_FROM_CI_SYSTEM, TYPE |
Constructor and description |
---|
SoapUISecurityTestRunner
() |
SoapUISecurityTestRunner
(java.lang.String title) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
afterOriginalStep(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityTestStepResult result) |
|
public void |
afterRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
public void |
afterRun(TestCaseRunner testRunner, SecurityTestRunContext runContext) |
|
public void |
afterSecurityScan(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityScanResult securityCheckResult) |
|
public void |
afterSecurityScan(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityScanResult securityScanResult) |
|
public void |
afterSecurityScanRequest(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityScanRequestResult securityCheckReqResult) |
|
public void |
afterSecurityScanRequest(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityScanRequestResult securityScanReqResult) |
|
public void |
afterStep(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityTestStepResult result) |
|
public void |
afterStep(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityTestStepResult result) |
|
public void |
beforeRun(TestCaseRunner testRunner, SecurityTestRunContext runContext) |
|
public void |
beforeSecurityScan(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityScan securityCheck) |
|
public void |
beforeSecurityScan(TestCaseRunner testRunner, SecurityTestRunContext runContext, SecurityScan securityScan) |
|
public void |
beforeStep(TestCaseRunner testRunner, SecurityTestRunContext runContext, TestStepResult testStepResult) |
|
public void |
exportJUnitReports(JUnitSecurityReportCollector collector, java.lang.String folder, WsdlProject project) |
|
public static void |
main(java.lang.String[] args) Runs the tests in the specified soapUI project file, see SoapUI xdocs for details. |
|
public void |
printReport(long timeTaken) |
|
public boolean |
runRunner() |
|
public void |
setSecurityTestName(java.lang.String securityTestName) |
Runs the tests in the specified soapUI project file, see SoapUI xdocs for details.
ReadyAPI runners SDK 3.56.0