Uses of Class
org.citrusframework.cucumber.container.StepTemplate
Packages that use StepTemplate
Package
Description
-
Uses of StepTemplate in org.citrusframework.cucumber.config.xml
Methods in org.citrusframework.cucumber.config.xml that return StepTemplateModifier and TypeMethodDescriptionStepTemplateParser.StepTemplateFactoryBean.getObject()Adds test actions to container when building object. -
Uses of StepTemplate in org.citrusframework.cucumber.container
Methods in org.citrusframework.cucumber.container that return StepTemplate -
Uses of StepTemplate in org.citrusframework.cucumber.step.xml
Methods in org.citrusframework.cucumber.step.xml with parameters of type StepTemplateModifier and TypeMethodDescriptionvoidXmlSteps.execute(StepTemplate stepTemplate, Object[] args) Run template within designer.Constructors in org.citrusframework.cucumber.step.xml with parameters of type StepTemplateModifierConstructorDescriptionXmlStepDefinition(StepTemplate stepTemplate, io.cucumber.core.backend.Lookup lookup)