Class StepTemplateParser

java.lang.Object
org.citrusframework.cucumber.config.xml.StepTemplateParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class StepTemplateParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
Parser configures a step template with pattern and parameter names.
Since:
2.6
Author:
Christoph Deppisch
  • Constructor Details

    • StepTemplateParser

      public StepTemplateParser()
  • Method Details

    • parse

      public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Specified by:
      parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser