public abstract class AbstractSoapUITestRunner extends AbstractSoapUIRunner
| Constructor and description |
|---|
AbstractSoapUITestRunner
(java.lang.String title) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
void |
afterStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStepResult result) |
|
void |
beforeRun(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
void |
beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext) |
|
void |
beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep currentStep) |
|
java.lang.String |
getDomain() |
|
java.lang.String |
getEndpoint() |
|
java.lang.String |
getHost() |
|
java.lang.String |
getPassword() |
|
java.lang.String |
getProjectPassword() |
|
java.lang.String |
getUsername() |
|
java.lang.String |
getWssPasswordType() |
|
void |
setDomain(java.lang.String domain)Sets the domain to use for any authentications |
|
void |
setEndpoint(java.lang.String endpoint)Sets the endpoint to use for all test requests |
|
void |
setHost(java.lang.String host)Sets the host to use by all test-requests, the existing endpoint port and path will be used |
|
void |
setPassword(java.lang.String password)Sets the password to use for any authentications |
|
void |
setProjectPassword(java.lang.String projectPassword) |
|
void |
setUsername(java.lang.String username)Sets the username to use for any authentications |
|
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.20.0