DZone

For the third entry in my blog series, I initially planned to cover the differences between unit and integration testing. However, Nicolas Frankel covered that area pretty well recently. So instead I will cover another valuable topic: JUnit 5.

JUnit 5, released in September of 2017, is the first major release for the popular JUnit testing framework in a little over a decade. I recently presented on JUnit 5 at Lava One Conf in Hawaii in January. If you have heard about JUnit 5, but are not yet familiar with it, you can check out my presentation here, as well as the JUnit 5 User Guides.

Source: DZone