JUnit 5 in Java 8 using Fizz Buzz example

This commit is contained in:
TechPrimers
2017-06-04 12:26:32 +05:30
commit d5be8f6d21
5 changed files with 126 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
## Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests
### Fizz Buzz is a game where
- if the number is divisible by 3, you say Fizz
- if the number is divisible by 5, you say Buzz
- if neither, you say the number