test

Learn how to use Micronaut Test REST-Assured to test the REST API of your Micronaut application.
This guide shows how to replace H2 with a real database for testing in a Micronaut application.
This guide shows how to test a Kafka Listener using Testcontainers in a Micronaut Framework application.
This guide shows how to test an external API integration using Testcontainers WireMock module.
This guide shows how to create a Micronaut application with jOOQ support