Gradle

Running JUnit Tests with Gradle

By utilizing the –tests option, we can run unit tests using Gradle from entire test suites to specific test classes or methods.

Spring Boot Gradle Plugin

Spring Boot Gradle plugin provides support for Spring Boot applications using Gradle as the build automation tool that helps in dependency management and application packaging.

JUnit 5 with Gradle

Learn to configure junit 5 with gradle, its juniper and platform modules and how to use them to create and execute tests.

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.