Package org.citrusframework.config.xml
Class RepeatOnErrorUntilTrueParser
java.lang.Object
org.citrusframework.config.xml.AbstractIterationTestActionParser
org.citrusframework.config.xml.RepeatOnErrorUntilTrueParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
Bean definition parser for repeat-on-error-until-true container in test case.
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTest action factory bean. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.beans.factory.support.BeanDefinitionBuilderparseComponent(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) Methods inherited from class org.citrusframework.config.xml.AbstractIterationTestActionParser
parse
-
Constructor Details
-
RepeatOnErrorUntilTrueParser
public RepeatOnErrorUntilTrueParser()
-
-
Method Details
-
parseComponent
public org.springframework.beans.factory.support.BeanDefinitionBuilder parseComponent(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
parseComponentin classAbstractIterationTestActionParser
-