@Deprecated public abstract class ContainerAwareSpringTestSupport extends org.apache.camel.test.spring.junit5.CamelSpringTestSupport
| Constructor and Description |
|---|
ContainerAwareSpringTestSupport()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanupResources()
Deprecated.
|
protected org.testcontainers.containers.Network |
containerNetwork()
Deprecated.
|
protected long |
containerShutdownTimeout()
Deprecated.
|
protected long |
containersStartupTimeout()
Deprecated.
|
protected org.apache.camel.CamelContext |
createCamelContext()
Deprecated.
|
protected org.testcontainers.containers.GenericContainer<?> |
createContainer()
Deprecated.
|
protected List<org.testcontainers.containers.GenericContainer<?>> |
createContainers()
Deprecated.
|
protected org.testcontainers.containers.GenericContainer<?> |
getContainer(String containerName)
Deprecated.
|
protected String |
getContainerHost(String containerName)
Deprecated.
|
protected int |
getContainerPort(String containerName,
int originalPort)
Deprecated.
|
protected void |
setupResources()
Deprecated.
|
activeProfiles, createApplicationContext, doPostTearDown, doPreSetup, excludeRoute, excludeRoutes, getMandatoryBean, getRouteExcludingApplicationContext, getTranslationProperties, newAppContext, newAppContext, newAppContext, newAppContext, newAppContext, postProcessTest, tearDownafterAll, afterEach, afterTestExecution, applyCamelPostProcessor, assertExpression, assertMockEndpointsSatisfied, assertMockEndpointsSatisfied, assertPredicate, assertResolveLanguage, assertValidContext, beforeAll, beforeEach, beforeTestExecution, bindToRegistry, camelContextService, consumer, context, createCamelRegistry, createExchangeWithBody, createRouteBuilder, createRouteBuilders, debugAfter, debugBefore, deleteTestDirectory, disableJMX, doPostSetup, doSpringBootCheck, enableJMX, fileUri, fileUri, fluentTemplate, getCamelContextService, getCurrentTestName, getMandatoryEndpoint, getMandatoryEndpoint, getMockEndpoint, getMockEndpoint, getRouteFilterExcludePattern, getRouteFilterIncludePattern, getShutdownTimeout, hasClassAnnotation, ignoreMissingLocationWithPropertiesComponent, isCreateCamelContextPerClass, isDumpRouteCoverage, isMockEndpoints, isMockEndpointsAndSkip, isUseAdviceWith, isUseDebugger, isUseRouteBuilder, replaceRouteFromWith, resetMocks, resolveMandatoryEndpoint, resolveMandatoryEndpoint, sendBodies, sendBody, sendBody, setCamelContextService, setUp, setUseRouteBuilder, startCamelContext, stopCamelContext, template, testDirectory, testDirectory, testDirectory, testDirectory, testDirectory, testFile, timeTaken, useJmx, useOverridePropertiesWithPropertiesComponentpublic ContainerAwareSpringTestSupport()
protected void setupResources()
throws Exception
setupResources in class org.apache.camel.test.junit5.CamelTestSupportExceptionprotected void cleanupResources()
throws Exception
cleanupResources in class org.apache.camel.test.junit5.CamelTestSupportExceptionprotected org.apache.camel.CamelContext createCamelContext()
throws Exception
createCamelContext in class org.apache.camel.test.spring.junit5.CamelSpringTestSupportExceptionprotected org.testcontainers.containers.GenericContainer<?> createContainer()
protected List<org.testcontainers.containers.GenericContainer<?>> createContainers()
protected long containersStartupTimeout()
protected long containerShutdownTimeout()
protected org.testcontainers.containers.Network containerNetwork()
protected org.testcontainers.containers.GenericContainer<?> getContainer(String containerName)
protected int getContainerPort(String containerName, int originalPort)
Apache Camel