public class SimpleTestStepConfiguratorRegistry extends Object implements TestStepConfiguratorRegistry
| Constructor and Description |
|---|
SimpleTestStepConfiguratorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestStepConfigurator(String typeName,
TestStepConfigurator testStepConfigurator) |
TestStepConfigurator |
getTestStepConfigurator(String typeName) |
static SimpleTestStepConfiguratorRegistry |
instance() |
void |
removeTestStepConfigurator(TestStepConfigurator testStepConfigurator) |
public static SimpleTestStepConfiguratorRegistry instance()
public void addTestStepConfigurator(String typeName, TestStepConfigurator testStepConfigurator)
addTestStepConfigurator in interface TestStepConfiguratorRegistrypublic TestStepConfigurator getTestStepConfigurator(String typeName)
getTestStepConfigurator in interface TestStepConfiguratorRegistrypublic void removeTestStepConfigurator(TestStepConfigurator testStepConfigurator)
removeTestStepConfigurator in interface TestStepConfiguratorRegistryCopyright © 2019. All rights reserved.