public class WsdlTestCase extends AbstractTestPropertyHolderWsdlModelItem
| Modifiers | Name | Description | 
|---|---|---|
| static java.lang.String | DISCARD_OK_RESULTS | |
| static java.lang.String | FAIL_ON_ERRORS_PROPERTY | |
| static java.lang.String | FAIL_ON_ERROR_PROPERTY | |
| static java.lang.String | ICON_NAME | |
| static java.lang.String | KEEP_SESSION_PROPERTY | |
| static java.lang.String | SEARCH_PROPERTIES_PROPERTY | |
| static java.lang.String | SETUP_SCRIPT_PROPERTY | |
| static java.lang.String | TEARDOWN_SCRIPT_PROPERTY | |
| static java.lang.String | TIMEOUT_PROPERTY | 
| Constructor and description | 
|---|
| WsdlTestCase
                                (WsdlTestSuite testSuite, TestCaseConfig config, boolean forLoadTest) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | WsdlLoadTest | addNewLoadTest(java.lang.String name) | 
|  | SecurityTest | addNewSecurityTest(java.lang.String name) | 
|  | void | addTestRunListener(TestRunListener listener) | 
|  | WsdlTestStep | addTestStep(TestStepConfig stepConfig) | 
|  | WsdlTestStep | addTestStep(java.lang.String type, java.lang.String name) | 
|  | WsdlTestStep | addTestStep(java.lang.String type, java.lang.String name, java.lang.String endpoint, java.lang.String method) | 
|  | void | afterCopy(WsdlTestSuite oldTestSuite, WsdlTestCase oldTestCase) | 
|  | WsdlLoadTest | buildLoadTest(LoadTestConfig tsc) | 
|  | WsdlLoadTest | cloneLoadTest(WsdlLoadTest loadTest, java.lang.String name) | 
|  | SecurityTest | cloneSecurityTest(SecurityTest securityTest, java.lang.String name) | 
|  | WsdlTestStep | cloneStep(WsdlTestStep testStep, java.lang.String name) | 
|  | void | exportTestCase(java.io.File file) | 
|  | T | findNextStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass) | 
|  | T | findPreviousStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass) | 
|  | boolean | getAmfAuthorisation() | 
|  | java.lang.String | getAmfEndpoint() | 
|  | java.lang.String | getAmfLogin() | 
|  | java.lang.String | getAmfPassword() | 
|  | java.util.List<? extends ModelItem> | getChildren() | 
|  | ActionList | getCreateActions() | 
|  | boolean | getDiscardOkResults() | 
|  | boolean | getFailOnError() | 
|  | boolean | getFailTestCaseOnErrors() | 
|  | int | getIndexOfLoadTest(LoadTest loadTest) | 
|  | int | getIndexOfSecurityTest(SecurityTest securityTest) | 
|  | int | getIndexOfTestStep(TestStep step) | 
|  | boolean | getKeepSession() | 
|  | java.lang.String | getLabel() | 
|  | WsdlLoadTest | getLoadTestAt(int index) | 
|  | LoadTest | getLoadTestByName(java.lang.String loadTestName) | 
|  | int | getLoadTestCount() | 
|  | java.util.List<LoadTest> | getLoadTestList() | 
|  | java.util.Map<java.lang.String, LoadTest> | getLoadTests() | 
|  | int | getMaxResults() | 
|  | StringToObjectMap | getRunFromHereContext() | 
|  | boolean | getSearchProperties() | 
|  | SecurityTest | getSecurityTestAt(int index) | 
|  | SecurityTest | getSecurityTestByName(java.lang.String securityTestName) | 
|  | int | getSecurityTestCount() | 
|  | java.util.List<SecurityTest> | getSecurityTestList() | 
|  | java.util.Map<java.lang.String, SecurityTest> | getSecurityTests() | 
|  | java.lang.String | getSetupScript() | 
|  | java.lang.String | getTearDownScript() | 
|  | TestRunListener[] | getTestRunListeners() | 
|  | WsdlTestStep | getTestStepAt(int index) | 
|  | TestStep | getTestStepById(java.util.UUID testStepId) | 
|  | WsdlTestStep | getTestStepByName(java.lang.String stepName) | 
|  | int | getTestStepCount() | 
|  | int | getTestStepIndexByName(java.lang.String stepName) | 
|  | java.util.List<TestStep> | getTestStepList() | 
|  | java.util.Map<java.lang.String, TestStep> | getTestSteps() | 
|  | java.util.List<T> | getTestStepsOfType(java.lang.Class<T> stepType) | 
|  | java.util.Map<java.lang.String, TestStep> | getTestStepsOrdered() | 
|  | WsdlTestSuite | getTestSuite() | 
|  | long | getTimeout() | 
|  | java.lang.String | getWsrmAckTo() | 
|  | boolean | getWsrmEnabled() | 
|  | long | getWsrmExpires() | 
|  | java.lang.String | getWsrmVersion() | 
|  | java.lang.String | getWsrmVersionNamespace() | 
|  | void | importSecurityTests(WsdlTestSuite oldTestSuite, WsdlTestCase oldTestCase) | 
|  | WsdlTestStep | importTestStep(WsdlTestStep testStep, java.lang.String name, int index, boolean createCopy) | 
|  | WsdlTestStep[] | importTestSteps(WsdlTestCase oldTestCase, WsdlTestStep[] testSteps, int index, boolean createCopies) | 
|  | WsdlTestStep | insertTestStep(java.lang.String type, java.lang.String name, int index) | 
|  | WsdlTestStep | insertTestStep(TestStepConfig stepConfig, int ix) | 
|  | WsdlTestStep | insertTestStep(WsdlTestCase oldTestCase, TestStepConfig stepConfig, int ix, boolean clearIds) | 
|  | WsdlTestStep[] | insertTestSteps(WsdlTestCase oldTestCase, TestStepConfig[] stepConfig, int ix, boolean clearIds) | 
|  | boolean | isDisabled() | 
|  | boolean | isForLoadTest() | 
|  | void | moveTestStep(int ix, int offset) | 
|  | void | release() | 
|  | void | removeLoadTest(WsdlLoadTest loadTest) | 
|  | void | removeSecurityTest(SecurityTest securityTest) | 
|  | void | removeTestRunListener(TestRunListener listener) | 
|  | void | removeTestStep(WsdlTestStep testStep) | 
|  | void | resetConfigOnMove(TestCaseConfig testCaseConfig) | 
|  | WsdlTestCaseRunner | run(StringToObjectMap properties, boolean async) | 
|  | java.lang.Object | runSetupScript(TestCaseRunContext runContext, TestCaseRunner runner) | 
|  | java.lang.Object | runTearDownScript(TestCaseRunContext runContext, TestCaseRunner runner) | 
|  | void | setAmfAuthorisation(boolean enabled) | 
|  | void | setAmfEndpoint(java.lang.String endpoint) | 
|  | void | setAmfLogin(java.lang.String login) | 
|  | void | setAmfPassword(java.lang.String password) | 
|  | void | setDisabled(boolean disabled) | 
|  | void | setDiscardOkResults(boolean discardOkResults) | 
|  | void | setFailOnError(boolean failOnError) | 
|  | void | setFailTestCaseOnErrors(boolean failTestCaseOnErrors) | 
|  | void | setKeepSession(boolean keepSession) | 
|  | void | setMaxResults(int maxResults) | 
|  | void | setName(java.lang.String name) | 
|  | void | setRunFromHereContext(StringToObjectMap runFromHereContext) | 
|  | void | setSearchProperties(boolean searchProperties) | 
|  | void | setSetupScript(java.lang.String script) | 
|  | void | setTearDownScript(java.lang.String script) | 
|  | void | setTimeout(long timeout) | 
|  | void | setWsrmAckTo(java.lang.String ackTo) | 
|  | void | setWsrmEnabled(boolean enabled) | 
|  | void | setWsrmExpires(java.lang.Long expires) | 
|  | void | setWsrmVersion(java.lang.String version) |