Tests are handeled with the maven-surefire-plugin .
- start the mongoDB container
docker start mongodb
- run all tests
mvn integration-test
- run StringUtil tests
mvn integration-test -Dtest=StringUtilTest
- run the test in folder unit
mvn integration-test -Dtest=unit/*