This project provides a demonstration of implementing and testing multiple servics/networks using Docker containers, Docker Compose, and Testcontainers.
This project has declared the following modules:
Name | Description |
---|---|
Services::Container::Docker Compose::Client | This project provides the DTOs for the API interface. |
Services::Container::Docker Compose::Service | This project provides an example set of services used to demonstrate various integration techniques with back-end resources. |
Services::Container::Docker Compose::Integration Tests | This project provides a demonstration of implementing an integrated test using Docker Compose. |
Services::Container::Docker Compose::Testcontainers NTest | This project provides a demonstration of implementing integration unit tests using Docker Compose and Testcontainers with JUnit 5. |
Services::Container::Docker Compose::Testcontainers Spock NTest | This project provides a demonstration of implementing integration unit tests using Docker Compose and Testcontainers with Spock. |