Package org.citrusframework.config.xml
Class DelayActionParser
java.lang.Object
org.citrusframework.config.xml.DelayActionParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class DelayActionParser
extends Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
Bean definition parser for delay action in test case.
Delegates to sleep action parser.
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DelayActionParser
public DelayActionParser()
-
-
Method Details
-
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
parsein interfaceorg.springframework.beans.factory.xml.BeanDefinitionParser
-