Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlTestSuite.addNewTestCase(String name) |
WsdlTestCase |
WsdlTestSuite.buildTestCase(TestCaseConfig testCaseConfig,
boolean forLoadTest) |
WsdlTestCase |
WsdlTestSuite.cloneTestCase(WsdlTestCase testCase,
String name) |
WsdlTestCase |
WsdlTestSuite.getTestCaseAt(int index) |
WsdlTestCase |
WsdlTestSuite.getTestCaseByName(String testCaseName) |
WsdlTestCase |
WsdlTestSuite.importTestCase(WsdlTestCase testCase,
String name,
int index,
boolean includeLoadTests,
boolean includeSecurityTests,
boolean createCopy) |
WsdlTestCase |
WsdlTestSuite.moveTestCase(int ix,
int offset)
Moves a testcase by the specified offset, a bit awkward since xmlbeans
doesn't support reordering of arrays, we need to create copies of the
contained XmlObjects
|
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlTestSuite.cloneTestCase(WsdlTestCase testCase,
String name) |
void |
WsdlTestSuite.fireTestCaseAdded(WsdlTestCase testCase) |
void |
WsdlTestSuite.fireTestCaseRemoved(WsdlTestCase testCase) |
WsdlTestCase |
WsdlTestSuite.importTestCase(WsdlTestCase testCase,
String name,
int index,
boolean includeLoadTests,
boolean includeSecurityTests,
boolean createCopy) |
void |
WsdlTestSuite.removeTestCase(WsdlTestCase testCase) |
void |
WsdlTestSuite.replace(WsdlTestCase testCase,
TestCaseConfig newTestCase) |
Modifier and Type | Method and Description |
---|---|
void |
TestCaseTestRunnerAction.perform(WsdlTestCase target,
Object param) |
Modifier and Type | Method and Description |
---|---|
void |
AddMockResponseToTestCaseAction.addMockResponseToTestCase(WsdlMockResponse mockResponse,
WsdlTestCase testCase,
int index) |
WsdlTestRequestStep |
CreateTestRequestForMockResponseAction.addRequest(WsdlTestCase testCase,
WsdlMockResponse mockResponse,
int position) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AddOperationAsMockResponseStepAction.addMockResponse(WsdlTestCase testCase,
WsdlOperation operation) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AddRequestAsMockResponseStepAction.addMockResponse(WsdlTestCase testCase,
WsdlRequest request) |
Modifier and Type | Method and Description |
---|---|
protected static WsdlTestCase |
AbstractAddToTestCaseAction.addNewTestSuiteAndTestCase(WsdlProject project,
String questionText) |
static WsdlTestCase |
AbstractAddToTestCaseAction.getTargetTestCase(WsdlProject project) |
Modifier and Type | Method and Description |
---|---|
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem) |
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseAddStepSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem) |
Modifier and Type | Method and Description |
---|---|
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem) |
SoapUIActionMappingList<WsdlTestCase> |
WsdlTestCaseAddStepSoapUIActionGroup.getActionMappings(WsdlTestCase modelItem) |
void |
ToggleDisableTestCaseAction.perform(WsdlTestCase testCase,
Object param) |
void |
TestCaseOptionsAction.perform(WsdlTestCase testCase,
Object param) |
void |
RenameTestCaseAction.perform(WsdlTestCase testCase,
Object param) |
void |
MoveTestCaseUpAction.perform(WsdlTestCase testCase,
Object param) |
void |
MoveTestCaseDownAction.perform(WsdlTestCase testCase,
Object param) |
void |
ExportTestCaseAction.perform(WsdlTestCase testCase,
Object param) |
void |
DeleteTestCaseAction.perform(WsdlTestCase testCase,
Object param) |
void |
CloneTestCaseAction.perform(WsdlTestCase testCase,
Object param) |
void |
ClearTestCaseAction.perform(WsdlTestCase testCase,
Object param) |
void |
AddWsdlTestStepAction.perform(WsdlTestCase testCase,
Object param) |
void |
AddNewSecurityTestAction.perform(WsdlTestCase testCase,
Object param) |
void |
AddNewLoadTestAction.perform(WsdlTestCase testCase,
Object param) |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlLoadTestRunner.InternalTestCaseRunner.getTestCase() |
WsdlTestCase |
WsdlLoadTest.getTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlLoadTestRunner.finishTestCase(String reason,
WsdlTestCase testCase) |
Constructor and Description |
---|
InternalTestCaseRunner(WsdlTestCase testCase,
int threadIndex) |
WsdlLoadTest(WsdlTestCase testCase,
LoadTestConfig config) |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
MockTestRunner.getTestCase() |
Constructor and Description |
---|
MockTestRunner(WsdlTestCase testCase) |
MockTestRunner(WsdlTestCase testCase,
org.apache.log4j.Logger logger) |
ProgressBarTestCaseAdapter(JProgressBar progressBar,
WsdlTestCase testCase) |
Modifier and Type | Class and Description |
---|---|
class |
WsdlTestCasePanelBuilder<T extends WsdlTestCase>
PanelBuilder for WsdlTestCase
|
Constructor and Description |
---|
JTestStepList(WsdlTestCase testCase) |
ModelItemListDragAndDropable(JList list,
WsdlTestCase testCase) |
TestOnDemandPanel(WsdlTestCase testCase) |
WsdlTestCaseDesktopPanel(WsdlTestCase testCase) |
Constructor and Description |
---|
SetCredentialsAction(WsdlTestCase testCase) |
SetEndpointAction(WsdlTestCase testCase) |
Constructor and Description |
---|
TestCaseListPanel(WsdlTestCase testCase) |
Modifier and Type | Method and Description |
---|---|
abstract WsdlTestCase |
AbstractTestCaseRunner.getTestCase() |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlTestSuiteRunner.getCurrentTestCase() |
WsdlTestCase |
WsdlTestCaseRunner.getTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlTestCase.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
void |
WsdlTestCase.importSecurityTests(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
WsdlTestStep[] |
WsdlTestCase.importTestSteps(WsdlTestCase oldTestCase,
WsdlTestStep[] testSteps,
int index,
boolean createCopies) |
WsdlTestStep |
WsdlTestCase.insertTestStep(WsdlTestCase oldTestCase,
TestStepConfig stepConfig,
int ix,
boolean clearIds) |
WsdlTestStep[] |
WsdlTestCase.insertTestSteps(WsdlTestCase oldTestCase,
TestStepConfig[] stepConfig,
int ix,
boolean clearIds) |
Constructor and Description |
---|
WsdlTestCaseRunner(WsdlTestCase testCase,
StringToObjectMap properties) |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlRunTestCaseTestStep.getRunningTestCase() |
WsdlTestCase |
WsdlRunTestCaseTestStep.getTargetTestCase() |
WsdlTestCase |
WsdlTestStep.getTestCase() |
WsdlTestCase |
WsdlTestRequest.getTestCase() |
WsdlTestCase |
RestTestRequest.getTestCase() |
WsdlTestCase |
HttpTestRequestStepInterface.getTestCase() |
WsdlTestCase |
HttpTestRequestInterface.getTestCase() |
WsdlTestCase |
HttpTestRequest.getTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlTestStep.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase) |
void |
WsdlRunTestCaseTestStep.afterCopy(WsdlTestSuite oldTestSuite,
WsdlTestCase oldTestCase)
We need to check that we are not pointing at testcase in original
testsuite
|
WsdlTestStep |
WsdlTestStep.clone(WsdlTestCase targetTestCase,
String name)
Called after cloning for custom behaviour
|
WsdlTestStep |
WsdlTestRequestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
ManualTestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
JdbcRequestTestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
HttpTestRequestStepInterface.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
HttpTestRequestStep.clone(WsdlTestCase targetTestCase,
String name) |
WsdlTestStep |
AMFRequestTestStep.clone(WsdlTestCase targetTestCase,
String name) |
void |
WsdlRunTestCaseTestStep.setTargetTestCase(WsdlTestCase testCase) |
Constructor and Description |
---|
AMFRequestTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
HttpTestRequestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
JdbcRequestTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
ManualTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
PropertyTransfersTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
RestTestRequestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlDelayTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlGotoTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlGroovyScriptTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlMockResponseTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlPropertiesTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlRunTestCaseTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestRequestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean hasEditor,
boolean forLoadTest) |
WsdlTestStepWithProperties(WsdlTestCase testCase,
TestStepConfig config,
boolean hasEditor,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
abstract WsdlTestStep |
WsdlTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
WsdlTestRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
WsdlMockResponseStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
RunTestCaseStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
RestRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
ProPlaceholderStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
PropertyTransfersStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
PropertiesStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
ManualTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
JdbcRequestTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
HttpRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
GroovyScriptStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
GotoStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
DelayStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
WsdlTestStep |
AMFRequestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
boolean |
WsdlTestStepFactory.canAddTestStepToTestCase(WsdlTestCase testCase) |
boolean |
WsdlTestRequestStepFactory.canAddTestStepToTestCase(WsdlTestCase testCase) |
boolean |
WsdlMockResponseStepFactory.canAddTestStepToTestCase(WsdlTestCase testCase) |
boolean |
RestRequestStepFactory.canAddTestStepToTestCase(WsdlTestCase testCase) |
abstract TestStepConfig |
WsdlTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
WsdlTestRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
WsdlMockResponseStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
RunTestCaseStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
RestRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
ProPlaceholderStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
PropertyTransfersStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
PropertiesStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
ManualTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
JdbcRequestTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
HttpRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
GroovyScriptStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
GotoStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
DelayStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
AMFRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
TestStepConfig |
HttpRequestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name,
String endpoint,
String method) |
Constructor and Description |
---|
WsdlProPlaceholderTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest,
String iconPath,
String description) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractSubmitContext.getProperty(String name,
TestStep testStep,
WsdlTestCase testCase) |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlTestStepsModelItem.getTestCase() |
Modifier and Type | Method and Description |
---|---|
TestCaseRunner |
TestMonitor.getTestRunner(WsdlTestCase testCase) |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
AutoTestStepFactory.buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
TestStepConfig |
AutoTestStepFactory.createNewTestStep(WsdlTestCase testCase,
String name) |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
SecurityTestRunnerImpl.getTestCase() |
WsdlTestCase |
SecurityTest.getTestCase() |
Constructor and Description |
---|
SecurityTest(WsdlTestCase testCase,
SecurityTestConfig config) |
Constructor and Description |
---|
ModelItemListDragAndDropable(JList list,
WsdlTestCase testCase) |
Constructor and Description |
---|
TestStepComboBoxModel(WsdlTestCase testCase) |
Modifier and Type | Method and Description |
---|---|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.copyTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position) |
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.moveTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position) |
Modifier and Type | Method and Description |
---|---|
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.copyTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position) |
static boolean |
DragAndDropSupport.copyTestStep(WsdlTestStep source,
WsdlTestCase target,
int defaultPosition) |
static WsdlTestCase |
TestCaseToTestSuiteDropHandler.moveTestCase(WsdlTestCase testCase,
WsdlTestSuite target,
int position) |
static boolean |
DragAndDropSupport.moveTestStep(WsdlTestStep source,
WsdlTestCase target,
int defaultPosition) |
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
ChooseAnotherTestCase.getPickedTestCase() |
Modifier and Type | Method and Description |
---|---|
boolean |
DependencyValidator.isValid(WsdlTestCase testCase) |
String |
TestOnDemandCaller.sendTestCase(WsdlTestCase testCase,
Location location) |
Modifier and Type | Method and Description |
---|---|
protected void |
SoapUITestCaseRunner.runTestCase(WsdlTestCase testCase)
Runs the specified TestCase
|
protected void |
SoapUISecurityTestRunner.runTestCase(WsdlTestCase testCase)
Runs the SecurityTests in the specified TestCase
|
Copyright © 2019. All Rights Reserved.