Skip to content

bakiaktas/tdd-fizz-buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development (TDD) with Java

image

If the number is divided by 3 returns "Fizz".

If the number is divided by 5 returns "Buzz".

If the number is divided by both 3 and 5 returns "Fizz Buzz".

If the number is not divided by both 3 and 5 returns the number.

If the number is less than 1 returns throws an "IllegalArgumentException" error.

The project is written with the TDD approach.

About

Test Driven Development (TDD) with Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages