Package org.citrusframework
Class CitrusSpringContext.Builder
java.lang.Object
org.citrusframework.CitrusContext.Builder
org.citrusframework.CitrusSpringContext.Builder
- Enclosing class:
- CitrusSpringContext
Spring aware Citrus context builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withApplicationContext(org.springframework.context.ApplicationContext applicationContext) Methods inherited from class org.citrusframework.CitrusContext.Builder
afterSuite, afterSuite, beforeSuite, beforeSuite, defaultContext, endpointFactory, functionRegistry, globalVariables, loadConfiguration, logModifier, messageListener, messageListeners, messageProcessors, messageValidatorRegistry, namespaceContextBuilder, referenceResolver, testActionListener, testActionListeners, testContextFactory, testListener, testListeners, testReporter, testReporters, testSuiteListener, testSuiteListeners, typeConverter, validationMatcherRegistry
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withApplicationContext
public CitrusSpringContext.Builder withApplicationContext(org.springframework.context.ApplicationContext applicationContext) -
build
- Overrides:
buildin classCitrusContext.Builder
-