JUnit 5 in Java 8 using Fizz Buzz example

This commit is contained in:
TechPrimers
2017-06-04 12:27:09 +05:30
parent d5be8f6d21
commit 167b445fb0
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -0,0 +1,3 @@
.idea
*.iml
target

View File

@@ -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 ### Fizz Buzz is a game where
- if the number is divisible by 3, you say Fizz - if the number is divisible by 3, you say Fizz