All posts tagged with 'JUnit'

Maven: Use JUnit 5 with Spring Boot for unit and integration tests

18-Jun-18

Last weekend, a new version of the Apache Maven Surefire-Plugin has been released: Kudos to @BenediktRitter and @tibor17 for making native #JUnit5 support in @ASFMavenProject Surefire 2.22.0 happen! ✅ Updated the #JUnit Maven samples via https://t.co/IOxKdS57Hk The provider hosted by the @junitteam will be deprecated soon. — Christian Stein (@sormuras) June 16, 2018 The Failsafe-Plugin […]

Read the complete article »

November recap and Java quickies

01-Dec-17

November has been a crazy month. Even though I joined Ralf in his Movember team and grew a mustache, I visited the JUG Münster at LVM Münster and gave my talk about SQL once again in a slightly updated version: It felt very good being part of innoQ on this occasion. Also very nice was […]

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 »

Mockito#validateMockitoUsage

12-Sep-14

Hi, long time no see… I really had a lot of work to do, been doing some freelance work in the nighttime and then there’s certainly my family. And apart from that, my current setup for this years projects is working quite well, thanks to Spring Boot and NetBeans for example. Recently i had some […]

Read the complete article »