https://github.com/microcks/microcks-testcontainers-java-workshop
Workshop to learn Microcks Testcontainers Java binding
https://github.com/microcks/microcks-testcontainers-java-workshop
Last synced: about 2 months ago
JSON representation
Workshop to learn Microcks Testcontainers Java binding
- Host: GitHub
- URL: https://github.com/microcks/microcks-testcontainers-java-workshop
- Owner: microcks
- License: mit
- Created: 2025-06-16T20:57:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-01T09:23:28.000Z (2 months ago)
- Last Synced: 2026-06-01T11:19:03.189Z (2 months ago)
- Language: Java
- Size: 377 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microcks Testcontainers Spring Boot Workshop

This application is a workshop on how to integrate Microcks via [Testcontainers]([https://www.testcontainers.com]) within your development inner-loop.
You will work with a Spring Boot application and explore how to:
* Use Microcks for **provisioning third-party API mocks**,
* Use Microcks for **simulating external Kafka events publishers**,
* Write tests using Microcks **contract-testing** features for both **REST/OpenAPI based APIs and Events/AsyncAPI** based messaging
## Table of contents
* [Step 1: Getting Started](step-1-getting-started.md)
* [Step 2: Exploring the app](step-2-exploring-the-app.md)
* [Step 3: Local Development Experience with Microcks](step-3-local-development-experience.md)
* [Step 4: Write Tests for REST](step-4-write-rest-tests.md)
* [Step 5: Write Tests for Async](step-5-write-async-tests.md)
## License Summary
The code in this repository is made available under the MIT license. See the [LICENSE](LICENSE) file for details.