public interface TestStepConfiguratorRegistry
Modifier and Type | Method and Description |
---|---|
void |
addTestStepConfigurator(String typeName,
TestStepConfigurator testStepConfigurator) |
TestStepConfigurator |
getTestStepConfigurator(String typeName) |
void |
removeTestStepConfigurator(TestStepConfigurator testStepConfigurator) |
void addTestStepConfigurator(String typeName, TestStepConfigurator testStepConfigurator)
void removeTestStepConfigurator(TestStepConfigurator testStepConfigurator)
TestStepConfigurator getTestStepConfigurator(String typeName)
Copyright © 2019. All rights reserved.