Package org.apache.camel.test.junit5
Interface CommonTestSupport
- All Known Implementing Classes:
AbstractTestSupport
,CamelTestSupport
,EndpointUriFactoryTestSupport
,ExchangeTestSupport
,LanguageTestSupport
public interface CommonTestSupport
A common interface for tests that use the CamelContext.
-
Method Summary
Modifier and TypeMethodDescriptionGets theCamelContextConfiguration
for the testGets theTestExecutionConfiguration
test execution configuration instance for the test
-
Method Details
-
camelContextConfiguration
CamelContextConfiguration camelContextConfiguration()Gets theCamelContextConfiguration
for the test- Returns:
- the camel context configuration
-
testConfiguration
TestExecutionConfiguration testConfiguration()Gets theTestExecutionConfiguration
test execution configuration instance for the test- Returns:
- the configuration instance for the test
-