JaCoCo

JaCoCo Code Coverage with JUnit 5 and Maven

JaCoCo is an excellent open-source toolkit to measure and capture code coverage when running JUnit tests. In this tutorial, we will learn to create test code coverage reports for JUnit 5 using the JaCoCo Maven Plugin. 1. JaCoCo Maven Plugin 1.1. JaCoCo JaCoCo is a code coverage library developed by the EclEmma team. JaCoCo embeds …

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.