public class WsdlMockResponseStepFactory extends WsdlTestStepFactory
Modifier and Type | Field and Description |
---|---|
static String |
MOCKRESPONSE_TYPE |
Constructor and Description |
---|
WsdlMockResponseStepFactory() |
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,
boolean interactive) |
static TestStepConfig |
createConfig(WsdlOperation operation,
WsdlRequest request,
boolean interactive) |
static TestStepConfig |
createConfig(WsdlRequest request,
boolean interactive) |
static TestStepConfig |
createNewTestStep(WsdlMockResponse mockResponse) |
TestStepConfig |
createNewTestStep(WsdlTestCase testCase,
String name) |
getTestStepDescription, getTestStepIconPath, getTestStepName, getType, promptForName
public static final String MOCKRESPONSE_TYPE
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
buildTestStep
in class WsdlTestStepFactory
public TestStepConfig createNewTestStep(WsdlTestCase testCase, String name)
createNewTestStep
in class WsdlTestStepFactory
public static TestStepConfig createConfig(WsdlOperation operation, boolean interactive)
public static TestStepConfig createConfig(WsdlRequest request, boolean interactive)
public static TestStepConfig createConfig(WsdlOperation operation, WsdlRequest request, boolean interactive)
public static TestStepConfig createNewTestStep(WsdlMockResponse mockResponse)
public boolean canCreate()
canCreate
in class WsdlTestStepFactory
public boolean canAddTestStepToTestCase(WsdlTestCase testCase)
canAddTestStepToTestCase
in class WsdlTestStepFactory
Copyright © 2019. All Rights Reserved.