Java testing environment Basic project with Gradle, Java11 and some testing dependencies: Jupiter AssertJ Mockito In order to run the tests, just run: ./gradlew clean test In order to run the Application, just run: ./gradlew clean run