From 167b445fb0988e695deda1f82546fe13c0435304 Mon Sep 17 00:00:00 2001 From: TechPrimers Date: Sun, 4 Jun 2017 12:27:09 +0530 Subject: [PATCH] JUnit 5 in Java 8 using Fizz Buzz example --- .gitignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e69de29b..e5aa5b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.iml +target \ No newline at end of file diff --git a/README.md b/README.md index e76626ac..5570d746 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests +## Fizz Buzz Example in Java 8 using JUnit 5 ### Fizz Buzz is a game where - if the number is divisible by 3, you say Fizz