Class TestContextFactoryBean

java.lang.Object
org.citrusframework.context.TestContextFactory
org.citrusframework.context.TestContextFactoryBean
All Implemented Interfaces:
org.citrusframework.spi.ReferenceResolverAware, org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<TestContext>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class TestContextFactoryBean extends TestContextFactory implements org.springframework.beans.factory.FactoryBean<TestContext>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Factory bean implementation taking care of FunctionRegistry and GlobalVariables. Enriches a test context factory delegate with components coming from Spring application context. In addition to that adds application context reference to the test context when building new instances.
Author:
Christoph Deppisch