public abstract class WsdlTestStepFactory extends Object
Constructor and Description |
---|
WsdlTestStepFactory(String typeName,
String name,
String description,
String pathToIcon) |
Modifier and Type | Method and Description |
---|---|
abstract WsdlTestStep |
buildTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
boolean |
canAddTestStepToTestCase(WsdlTestCase testCase) |
abstract boolean |
canCreate() |
abstract TestStepConfig |
createNewTestStep(WsdlTestCase testCase,
String name) |
String |
getTestStepDescription() |
String |
getTestStepIconPath() |
String |
getTestStepName() |
String |
getType() |
boolean |
promptForName() |
public abstract WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
public String getType()
public abstract TestStepConfig createNewTestStep(WsdlTestCase testCase, String name)
public abstract boolean canCreate()
public boolean promptForName()
public String getTestStepName()
public String getTestStepDescription()
public String getTestStepIconPath()
public boolean canAddTestStepToTestCase(WsdlTestCase testCase)
Copyright © 2019. All Rights Reserved.