Articles

Exposing UDP ports with Testcontainers
Learn how to use containers that expose UDP ports with Testcontainers
Creating a Testcontainers module
Learn how to create a Testcontainers module
A Helm chart for the MailCatcher SMTP server
Instructions for using the MailCatcher Helm chart in a functional testing environment.
Using Testcontainers with JDBC and MariaDB
In this articled we will learn how to use Testcontainers to create more useful unit tests for code that involves JDBC interactions with MariaDB databases.
Using Testcontainers with Memcached
In this articled we will learn how to use Testcontainers to create more useful unit tests for code that involves interactions with memcached server.
Unit and Integration Testing for Microservices using Spring Boot Test and Testcontainers
In this article we will to explore some tools, frameworks and techniques that developers can use to automate their unit and integration testing. These will include Spring Boot Test, JUnit 5, Mockito, AssertJ, and Testcontainers.
Inject application context dependencies in Quartz job beans
A bean factory to auto-wiring Quartz job beans in Spring 3.x