Package org.apache.camel.test.junit5
Interface ConfigurableContext
- All Known Subinterfaces:
CommonTestSupport
- All Known Implementing Classes:
AbstractTestSupport,CamelTestSupport,EndpointUriFactoryTestSupport,ExchangeTestSupport,LanguageTestSupport
public interface ConfigurableContext
Indicates that the context used by the test is configurable
-
Method Summary
Modifier and TypeMethodDescriptionGets theCamelContextConfigurationfor the testvoidconfigureContext(CamelContextConfiguration camelContextConfiguration) Configures the context used for the test execution
-
Method Details
-
configureContext
Configures the context used for the test execution -
camelContextConfiguration
CamelContextConfiguration camelContextConfiguration()Gets theCamelContextConfigurationfor the test
-