public class WsdlTestRequestStepFactory extends WsdlTestStepFactory
Modifier and Type | Field and Description |
---|---|
static String |
REQUEST_TYPE |
static String |
STEP_NAME |
Constructor and Description |
---|
WsdlTestRequestStepFactory() |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
boolean |
canAddTestStepToTestCase(WsdlTestCase testCase) |
boolean |
canCreate() |
static TestStepConfig |
createConfig(WsdlOperation operation,
String stepName) |
static TestStepConfig |
createConfig(WsdlRequest request,
String stepName) |
TestStepConfig |
createNewTestStep(WsdlOperation operation,
StringToStringMap values) |
TestStepConfig |
createNewTestStep(WsdlTestCase testCase,
String name) |
getTestStepDescription, getTestStepIconPath, getTestStepName, getType, promptForName
public static final String REQUEST_TYPE
public static final String STEP_NAME
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
buildTestStep
in class WsdlTestStepFactory
public static TestStepConfig createConfig(WsdlRequest request, String stepName)
public static TestStepConfig createConfig(WsdlOperation operation, String stepName)
public TestStepConfig createNewTestStep(WsdlTestCase testCase, String name)
createNewTestStep
in class WsdlTestStepFactory
public TestStepConfig createNewTestStep(WsdlOperation operation, StringToStringMap values)
public boolean canCreate()
canCreate
in class WsdlTestStepFactory
public boolean canAddTestStepToTestCase(WsdlTestCase testCase)
canAddTestStepToTestCase
in class WsdlTestStepFactory
Copyright © 2019. All Rights Reserved.