TestContainers is a great tool if you want to run integration tests and require a database. They even have support for MongoDB. This MongoDB support works for simple use cases. But what if you want to run MongoDB with username and password? Unfortunately,…
Tag: <span>testing</span>
I’m helping to write a Java library (JAR file) which result is just one @Configuration file that integrates Redis. But the problem became – how to test it? It turned out, that it’s not so easy to figure out which dependencies to use…