JUnit 5 in Java 8 using Fizz Buzz example
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -0,0 +1,3 @@
|
|||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
target
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user