public class RestRequestStepFactory extends WsdlTestStepFactory
Modifier and Type | Class and Description |
---|---|
static class |
RestRequestStepFactory.ItemDeletedException |
Modifier and Type | Field and Description |
---|---|
static String |
RESTREQUEST_TYPE |
static String |
STEP_NAME |
Constructor and Description |
---|
RestRequestStepFactory() |
Modifier and Type | Method and Description |
---|---|
WsdlTestStep |
buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
boolean |
canAddTestStepToTestCase(WsdlTestCase testCase) |
boolean |
canCreate() |
static TestStepConfig |
createConfig(RestRequest request,
String stepName) |
TestStepConfig |
createConfig(WsdlMonitorMessageExchange me,
String stepName) |
TestStepConfig |
createNewTestStep(RestMethod restMethod,
String name) |
TestStepConfig |
createNewTestStep(WsdlTestCase testCase,
String name) |
getTestStepDescription, getTestStepIconPath, getTestStepName, getType, promptForName
public static final String RESTREQUEST_TYPE
public static final String STEP_NAME
public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
buildTestStep
in class WsdlTestStepFactory
public static TestStepConfig createConfig(RestRequest request, String stepName)
public TestStepConfig createNewTestStep(WsdlTestCase testCase, String name)
createNewTestStep
in class WsdlTestStepFactory
public TestStepConfig createNewTestStep(RestMethod restMethod, String name)
public boolean canCreate()
canCreate
in class WsdlTestStepFactory
public TestStepConfig createConfig(WsdlMonitorMessageExchange me, String stepName)
public boolean canAddTestStepToTestCase(WsdlTestCase testCase)
canAddTestStepToTestCase
in class WsdlTestStepFactory
Copyright © 2019. All Rights Reserved.