Package org.citrusframework.config.xml
Class AbstractTestContainerFactoryBean<T extends TestActionContainer,B extends AbstractTestContainerBuilder<?,?>>
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<T,B>
org.citrusframework.config.xml.AbstractTestContainerFactoryBean<T,B>
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<T>
- Direct Known Subclasses:
AbstractIteratingTestContainerFactoryBean,AssertParser.AssertFactoryBean,AsyncParser.AsyncFactoryBean,CatchParser.CatchFactoryBean,ConditionalParser.ConditionalFactoryBean,ParallelParser.ParallelFactoryBean,SequenceParser.SequenceFactoryBean,TimerParser.TimerFactoryBean
public abstract class AbstractTestContainerFactoryBean<T extends TestActionContainer,B extends AbstractTestContainerBuilder<?,?>>
extends AbstractTestActionFactoryBean<T,B>
- Author:
- Christoph Deppisch
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds test actions to container when building object.voidsetActions(List<TestAction> actions) Sets the test actions.Methods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
getBuilder, 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
getObject, getObjectType, isSingleton
-
Constructor Details
-
AbstractTestContainerFactoryBean
public AbstractTestContainerFactoryBean()
-
-
Method Details
-
setActions
Sets the test actions.- Parameters:
actions-
-
getObject
Adds test actions to container when building object.- Parameters:
container-- Returns:
- Throws:
Exception
-