Integration testing with Docker Neo4j image and Testcontainers
16 Dec 2018 by František Hartman · 8 min read Testing Docker Neo4j
Automated testing is the cornerstone of any successful software project.Applications using the Neo4j database are no exception. This blog postshows how to use the Neo4j Dockerimage and the Testcontainerslibrary for integration testing inJava using JUnit.