Package org.citrusframework.config.xml
Class AsyncParser.AsyncFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<T,B>
org.citrusframework.config.xml.AbstractTestContainerFactoryBean<Async,Async.Builder>
org.citrusframework.config.xml.AsyncParser.AsyncFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Async>
- Enclosing class:
- AsyncParser
public static class AsyncParser.AsyncFactoryBean
extends AbstractTestContainerFactoryBean<Async,Async.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetErrorActions(List<TestAction> errorActions) Sets the error test actions.voidsetSuccessActions(List<TestAction> successActions) Sets the success test actions.Methods inherited from class org.citrusframework.config.xml.AbstractTestContainerFactoryBean
getObject, setActionsMethods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
AsyncFactoryBean
public AsyncFactoryBean()
-
-
Method Details
-
setSuccessActions
Sets the success test actions.- Parameters:
successActions-
-
setErrorActions
Sets the error test actions.- Parameters:
errorActions-
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<Async,Async.Builder> - Returns:
- the builder implementation.
-