Uses of Interface
com.chutneytesting.action.domain.ActionTemplateRegistry
-
Packages that use ActionTemplateRegistry Package Description com.chutneytesting com.chutneytesting.action.api com.chutneytesting.action.domain com.chutneytesting.engine.domain.execution.engine -
-
Uses of ActionTemplateRegistry in com.chutneytesting
Methods in com.chutneytesting that return ActionTemplateRegistry Modifier and Type Method Description ActionTemplateRegistryExecutionConfiguration. actionTemplateRegistry() -
Uses of ActionTemplateRegistry in com.chutneytesting.action.api
Constructors in com.chutneytesting.action.api with parameters of type ActionTemplateRegistry Constructor Description EmbeddedActionEngine(ActionTemplateRegistry actionTemplateRegistry) -
Uses of ActionTemplateRegistry in com.chutneytesting.action.domain
Classes in com.chutneytesting.action.domain that implement ActionTemplateRegistry Modifier and Type Class Description classDefaultActionTemplateRegistry -
Uses of ActionTemplateRegistry in com.chutneytesting.engine.domain.execution.engine
Constructors in com.chutneytesting.engine.domain.execution.engine with parameters of type ActionTemplateRegistry Constructor Description DefaultStepExecutor(ActionTemplateRegistry actionTemplateRegistry)
-