From 66b869050bc545a35f8658284e475f4c87c9a97a Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Mon, 9 Apr 2018 12:20:31 +0200 Subject: [PATCH] add unit testing to required environment --- docs/00_Prepare_everything.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/00_Prepare_everything.md b/docs/00_Prepare_everything.md index 708e3a0..6f43235 100644 --- a/docs/00_Prepare_everything.md +++ b/docs/00_Prepare_everything.md @@ -22,6 +22,7 @@ First and foremost you need to meet certain conditions in order to write your ow - __[git](https://git-scm.com/downloads/guis)__ - __[java 8](https://www.java.com/en/download/faq/java8.xml)__ - __[gradle](https://gradle.org/)__ + - __[unit testing](https://junit.org/junit5/)__ - I highly recomend [IDEA Community](https://www.jetbrains.com/idea/) since it has everything we need. - A __[github](https://github.com/)__ account - A loot of patience and excitement ;D