blob: fbc8ee4ebc46f927642846a6d331f8a7d514ad5d [file] [log] [blame]
= Testcontainers Spring
:page-source: components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc
*Available since 2.22.0*
Testing camel components is sometime complex because the 3th party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers Spring* extends camel spring test support providing a way to create and interact with containerized applications.
This module is an extension to the camel-testcontainers component to add support for Spring.
Therefore see the documentation for testcontainers for more details.