Running an Infinispan server using Testcontainers
This post has originally been published on the codecentric blog. A few days ago I wrote about a library called Testcontainers. It helps you to run software that your application depends on in a test context by providing an API to start docker containers. Testcontainers comes with a few pre-configured database- and selenium-containers, but most …