public class AutoTestStepFactory
extends com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
implements com.eviware.soapui.plugins.SoapUIFactory
| Constructor and Description |
|---|
AutoTestStepFactory(PluginTestStep annotation,
Class<com.eviware.soapui.model.testsuite.TestStep> testStepClass) |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep |
buildTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
It creates an instance of the test step by invoking the static method
buildTestStep(WsdlTestCase testCase, TestStepConfig testStepConfig, Boolean forLoadTest) on 'testStepClass'.
|
boolean |
canCreate() |
com.eviware.soapui.config.TestStepConfig |
createNewTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
String name)
It creates an instance of the test step config by invoking the static method
createNewTestStep(WsdlTestCase testCase, String name) on 'testStepClass'.
|
Class<?> |
getFactoryType() |
void |
setInjector(com.google.inject.Injector injector) |
public AutoTestStepFactory(PluginTestStep annotation, Class<com.eviware.soapui.model.testsuite.TestStep> testStepClass)
@Inject public void setInjector(com.google.inject.Injector injector)
public Class<?> getFactoryType()
getFactoryType in interface com.eviware.soapui.plugins.SoapUIFactorypublic com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep buildTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
buildTestStep in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactorytestCase - config - forLoadTest - public com.eviware.soapui.config.TestStepConfig createNewTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
String name)
createNewTestStep in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactorytestCase - name - public boolean canCreate()
canCreate in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactoryCopyright © 2019. All rights reserved.