Class AbstractTestBoundaryActionContainerParser

java.lang.Object
org.citrusframework.config.xml.AbstractTestBoundaryActionContainerParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Direct Known Subclasses:
SequenceAfterTestParser, SequenceBeforeTestParser

public abstract class AbstractTestBoundaryActionContainerParser extends Object implements org.springframework.beans.factory.xml.BeanDefinitionParser
Since:
2.0
Author:
Christoph Deppisch
  • Constructor Details

    • AbstractTestBoundaryActionContainerParser

      public AbstractTestBoundaryActionContainerParser()
  • 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
    • getContainerClass

      protected abstract Class<? extends AbstractTestBoundaryActionContainer> getContainerClass()
      Subclasses provide suite container class.
      Returns: