geekyhacker.com
Integration test with Testcontainers in Java
Often times when it comes to integration testing, the recommendation is to write tests as simple as possible. However, this is not usually the case, especially in an event-driven and microservice a…