All posts tagged with 'Integration tests'

Testing in a modular world

19-Oct-21

I am not making a secret out of it, I am a fan of the Java Module system and I think it can provide benefit for library developers the same way it brings for the maintainers and developers of the JDK themselves. If you are interested in a great overview, have a look at this […]

Read the complete article »

Integration testing with Docker-Compose, Gradle and Spring Boot

20-Nov-17

This post has been featured on This Week in Spring – November 28th, 2017. Lately I have been preparing a small project called simple-meetup that I plan to use for different purposes. You’ll find the repository at GitHub: github.com/michael-simons/simple-meetup. It’s the first project where I used Gradle very intensive and I like my build file […]

Read the complete article »

Integration testing with Docker and Maven

25-Aug-16

This post will use Maven the Maven Failsafe Plugin Docker and the docker-maven-plugin by fabric8 to provide an integration test environment for Spring Boot applications, running at least JUnit 4.12, Spring Boot 1.4, the Failsafe plugin in the version managed by Spring Boot and the latest docker-maven-plugin. Gerald Venzl asked for it on twitter especially […]

Read the complete article »