Junit Code Coverage using Gradle, Jacoco

For your Java application you need to check the code coverage of your Junit test classes. Code coverage ensures your code quality for the Junit test cases you have written for your functionalities of the application. Here I am going to show you how you can use Jacoco plugin to test the coverage. Currently it supports instruction, branch, line, method…

Creating new Gradle Project in IntelliJ IDEA

In this tutorial I will show you how to create Java Gradle project in IntelliJ IDEA. If you have not installed already IntelliJ IDEA then you can download and install it from the below link https://www.jetbrains.com/idea/download/