ipinto / java-testing-environment

Basic Gradle project configured to use Java11 with Jupiter, Mockito and AssertJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java testing environment

Basic project with Gradle, Java11 and some testing dependencies:

In order to run the tests, just run:

./gradlew clean test

In order to run the Application, just run:

./gradlew clean run

About

Basic Gradle project configured to use Java11 with Jupiter, Mockito and AssertJ


Languages

Language:Java 100.0%