public abstract class AbstractSoapUITestRunner extends AbstractSoapUIRunner implements TestRunListener
Fields inherited from class | Fields |
---|---|
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 |
---|
AbstractSoapUITestRunner
(java.lang.String title) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
afterRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
public void |
afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result) |
|
public void |
beforeRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
public final void |
beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
public void |
beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep currentStep) |
|
public java.lang.String |
getDomain() |
|
public java.lang.String |
getEndpoint() |
|
public java.lang.String |
getHost() |
|
public java.lang.String |
getPassword() |
|
public java.lang.String |
getProjectPassword() |
|
public java.lang.String |
getUsername() |
|
public java.lang.String |
getWssPasswordType() |
|
public void |
setDomain(java.lang.String domain) Sets the domain to use for any authentications |
|
public void |
setEndpoint(java.lang.String endpoint) Sets the endpoint to use for all test requests |
|
public void |
setHost(java.lang.String host) Sets the host to use by all test-requests, the existing endpoint port and path will be used |
|
public void |
setPassword(java.lang.String password) Sets the password to use for any authentications |
|
public void |
setProjectPassword(java.lang.String projectPassword) |
|
public void |
setUsername(java.lang.String username) Sets the username to use for any authentications |
|
public void |
setWssPasswordType(java.lang.String wssPasswordType) Sets the WSS password-type to use for any authentications. |
Sets the domain to use for any authentications
domain
- the domain to use for any authenticationsSets the endpoint to use for all test requests
endpoint
- the endpoint to use for all test requestsSets the host to use by all test-requests, the existing endpoint port and path will be used
host
- the host to use by all requestsSets the password to use for any authentications
password
- the password to use for any authenticationsSets the username to use for any authentications
username
- the username to use for any authenticationsSets the WSS password-type to use for any authentications. Setting this will result in the addition of WS-Security UsernamePassword tokens to any outgoing request containing the specified username and password.
wssPasswordType
- the wss-password type to use, either 'Text' or 'Digest'ReadyAPI runners SDK 3.56.0